Skip to content

Commit 7787e19

Browse files
committed
Fix golint issue
1 parent a5280f5 commit 7787e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/status_sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func (cmd *StatusCmd) RunStatusSync(cobraCmd *cobra.Command, args []string) {
4444
syncLogPath := filepath.Join(cwd, ".devspace", "logs", "sync.log")
4545
data, err := ioutil.ReadFile(syncLogPath)
4646
if err != nil {
47-
log.Fatalf("Couldn't read %s. Do you have a sync path configured? (check `devspace list sync`)", syncLogPath, err)
47+
log.Fatalf("Couldn't read %s. Do you have a sync path configured? (check `devspace list sync`)", syncLogPath)
4848
}
4949

5050
syncMap := make(map[string]*syncStatus)

0 commit comments

Comments
 (0)