Skip to content

Commit a7aa347

Browse files
committed
fix: fix sync path conversion
1 parent eaab4b9 commit a7aa347

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/devspace/config/versions/v1beta11/upgrade.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,8 @@ func (c *Config) mergeDevConfig(log log.Logger) (map[string]*next.DevPod, error)
651651
}
652652
if syncConfig.ContainerPath != "" {
653653
syncPath += ":" + syncConfig.ContainerPath
654+
} else {
655+
syncPath += ":."
654656
}
655657
nextSyncConfig.Path = syncPath
656658
if syncConfig.ThrottleChangeDetection != nil {

0 commit comments

Comments
 (0)