Skip to content

Commit 0fda603

Browse files
authored
Merge pull request #230 from covexo/sync-fixes
Fix race problem in sync
2 parents 80f6baa + 7f03d63 commit 0fda603

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/devspace/sync/util.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func copyToContainerTestable(Kubectl *kubernetes.Clientset, Pod *k8sv1.Pod, Cont
5656
testing: testing,
5757
}
5858

59-
syncLog = log.GetInstance()
59+
// syncLog = log.GetInstance()
6060
s.setup()
6161

6262
err = s.upstream.start()
@@ -78,7 +78,7 @@ func copyToContainerTestable(Kubectl *kubernetes.Clientset, Pod *k8sv1.Pod, Cont
7878

7979
s.Stop()
8080

81-
syncLog = nil
81+
// syncLog = nil
8282

8383
return nil
8484
}

0 commit comments

Comments
 (0)