Skip to content

Commit 830317a

Browse files
author
Lukas Gentele
authored
Merge pull request #166 from covexo/fix-sync-start-msg
fix sync start message
2 parents d2ac690 + 3a43576 commit 830317a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/up.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ func (cmd *UpCmd) startSync() []*synctool.SyncConfig {
392392
log.Fatalf("Sync error: %s", err.Error())
393393
}
394394

395-
log.Donef("Sync started on %s <-> %s", absLocalPath, syncPath.ContainerPath)
395+
log.Donef("Sync started on %s <-> %s", absLocalPath, *syncPath.ContainerPath)
396396
syncConfigs = append(syncConfigs, syncConfig)
397397
}
398398
}

0 commit comments

Comments
 (0)