Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed Aug 23, 2022
1 parent 4c51b27 commit 5b81b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func defaultSyncedContainer(envType string) string {
}

func defaultSyncedDir(envType string) string {
conf := viper.GetString(core.AppName + "_sync_dir")
conf := viper.GetString(core.AppName + "_sync_path")
if conf != "" {
return conf
}
Expand Down

0 comments on commit 5b81b96

Please sign in to comment.