Fix typo in bootstrap/setup.rs
This commit is contained in:
parent
26b5e0cbb9
commit
48684097db
@ -342,7 +342,7 @@ undesirable, simply delete the `pre-push` file from .git/hooks."
|
|||||||
dst.display(),
|
dst.display(),
|
||||||
e
|
e
|
||||||
),
|
),
|
||||||
Ok(_) => println!("Linked `src/etc/pre-commit.sh` to `.git/hooks/pre-push`"),
|
Ok(_) => println!("Linked `src/etc/pre-push.sh` to `.git/hooks/pre-push`"),
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
println!("Ok, skipping installation!");
|
println!("Ok, skipping installation!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user