Skip to content

Commit 250f935

Browse files
Update src/cargo/sources/git/utils.rs
Co-authored-by: Weihang Lo <weihanglo@users.noreply.github.com>
1 parent 8e8755c commit 250f935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/sources/git/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ pub(crate) fn note_github_pull_request(url: &str) -> Option<String> {
16061606
return Some(format!(
16071607
concat!(
16081608
"\n\nnote: GitHub url {} is not a repository. \n",
1609-
" Replace the dependency with \n",
1609+
"help: Replace the dependency with \n",
16101610
" `git = \"{}\" rev = \"{}\"` \n",
16111611
" to specify pull requests as dependencies' revision."
16121612
),

0 commit comments

Comments
 (0)