diff --git a/cmd/up.go b/cmd/up.go index 0a52d4069c..cc4e644396 100644 --- a/cmd/up.go +++ b/cmd/up.go @@ -392,7 +392,7 @@ func (cmd *UpCmd) startSync() []*synctool.SyncConfig { log.Fatalf("Sync error: %s", err.Error()) } - log.Donef("Sync started on %s <-> %s", absLocalPath, syncPath.ContainerPath) + log.Donef("Sync started on %s <-> %s", absLocalPath, *syncPath.ContainerPath) syncConfigs = append(syncConfigs, syncConfig) } }