We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2ac690 + 3a43576 commit 830317aCopy full SHA for 830317a
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