Skip to content

Commit 46379c8

Browse files
authored
config: update command for setting default remote
1 parent 8041d70 commit 46379c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class NoRemoteError(ConfigError):
2727
def __init__(self, command):
2828
msg = (
2929
"no remote specified. Setup default remote with\n"
30-
" dvc config core.remote <name>\n"
30+
" dvc remote default <name>\n"
3131
"or use:\n"
3232
" dvc {} -r <name>\n".format(command)
3333
)

0 commit comments

Comments
 (0)