Skip to content

Commit 4883eb1

Browse files
committed
improve wording of error message
find&replace seems to have caused it
1 parent fee0ef1 commit 4883eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitoxide-core/src/repository/remote.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ mod refs_impl {
222222
}
223223
}
224224
if refspecs.is_empty() {
225-
bail!("Without refspecs there is nothing to show here. Add refspecs as arguments or configure them in gix-config.")
225+
bail!("Without refspecs there is nothing to show here. Add refspecs as arguments or configure them in .git/config.")
226226
}
227227
Ok(())
228228
}

0 commit comments

Comments
 (0)