Skip to content

Commit a469796

Browse files
committed
doc: update message to recommend the DEVSPACE_CONFIG environment variable instead of the deprecated --config flag
ENG-2689 Signed-off-by: Russell Centanni <russell.centanni@gmail.com>
1 parent e93bd85 commit a469796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)