We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e93bd85 + a469796 commit 0a32367Copy full SHA for 0a32367
cmd/sync.go
@@ -152,7 +152,7 @@ func (cmd *SyncCmd) Run(f factory.Factory) error {
152
return err
153
}
154
} else {
155
- logger.Warnf("If you want to use the sync paths from `devspace.yaml`, use the `--config=devspace.yaml` flag for this command.")
+ logger.Warnf("If you want to use the sync paths from `devspace.yaml`, use the `DEVSPACE_CONFIG=devspace.yaml` environment variable for this command.")
156
157
158
0 commit comments