other: Add missing shebang to husky pre-push script

This commit is contained in:
ClementTsang 2020-09-03 03:25:12 -04:00
parent 3843d63dbb
commit 33b37bb5ac

View file

@ -1,3 +1,5 @@
#!/bin/sh
echo "Running pre-push hook:"
echo "Executing: cargo +nightly clippy -- -D clippy::all"