config: fix typo in error message #2268
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ func makeConfigPath() string {
|
||||
// Default to ./.rclone.conf (current working directory)
|
||||
fs.Errorf(nil, "Couldn't find home directory or read HOME or XDG_CONFIG_HOME environment variables.")
|
||||
fs.Errorf(nil, "Defaulting to storing config in current directory.")
|
||||
fs.Errorf(nil, "Use -config flag to workaround.")
|
||||
fs.Errorf(nil, "Use --config flag to workaround.")
|
||||
fs.Errorf(nil, "Error was: %v", err)
|
||||
return hiddenConfigFileName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user