mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 04:03:06 +00:00
other: Add missing shebang to husky pre-push script
This commit is contained in:
parent
3843d63dbb
commit
33b37bb5ac
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
echo "Running pre-push hook:"
|
echo "Running pre-push hook:"
|
||||||
|
|
||||||
echo "Executing: cargo +nightly clippy -- -D clippy::all"
|
echo "Executing: cargo +nightly clippy -- -D clippy::all"
|
||||||
|
|
Loading…
Reference in a new issue