We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5280f5 commit 7787e19Copy full SHA for 7787e19
1 file changed
cmd/status_sync.go
@@ -44,7 +44,7 @@ func (cmd *StatusCmd) RunStatusSync(cobraCmd *cobra.Command, args []string) {
44
syncLogPath := filepath.Join(cwd, ".devspace", "logs", "sync.log")
45
data, err := ioutil.ReadFile(syncLogPath)
46
if err != nil {
47
- log.Fatalf("Couldn't read %s. Do you have a sync path configured? (check `devspace list sync`)", syncLogPath, err)
+ log.Fatalf("Couldn't read %s. Do you have a sync path configured? (check `devspace list sync`)", syncLogPath)
48
}
49
50
syncMap := make(map[string]*syncStatus)
0 commit comments