Skip to content

Commit 0a32367

Browse files
authored
Merge pull request #2804 from lizardruss/ENG-2689
doc: update message to recommend the DEVSPACE_CONFIG environment vari…
2 parents e93bd85 + a469796 commit 0a32367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func (cmd *SyncCmd) Run(f factory.Factory) error {
152152
return err
153153
}
154154
} else {
155-
logger.Warnf("If you want to use the sync paths from `devspace.yaml`, use the `--config=devspace.yaml` flag for this command.")
155+
logger.Warnf("If you want to use the sync paths from `devspace.yaml`, use the `DEVSPACE_CONFIG=devspace.yaml` environment variable for this command.")
156156
}
157157
}
158158

0 commit comments

Comments
 (0)