We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fa0d6 commit 3a43576Copy full SHA for 3a43576
1 file changed
cmd/up.go
@@ -392,7 +392,7 @@ func (cmd *UpCmd) startSync() []*synctool.SyncConfig {
392
log.Fatalf("Sync error: %s", err.Error())
393
}
394
395
- log.Donef("Sync started on %s <-> %s", absLocalPath, syncPath.ContainerPath)
+ log.Donef("Sync started on %s <-> %s", absLocalPath, *syncPath.ContainerPath)
396
syncConfigs = append(syncConfigs, syncConfig)
397
398
0 commit comments