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.
1 parent 8041d70 commit 46379c8Copy full SHA for 46379c8
dvc/config.py
@@ -27,7 +27,7 @@ class NoRemoteError(ConfigError):
27
def __init__(self, command):
28
msg = (
29
"no remote specified. Setup default remote with\n"
30
- " dvc config core.remote <name>\n"
+ " dvc remote default <name>\n"
31
"or use:\n"
32
" dvc {} -r <name>\n".format(command)
33
)
0 commit comments