Skip to content

Commit

Permalink
Use sh syntax for pre_push.sh function
Browse files Browse the repository at this point in the history
(cherry picked from commit 5d61678)
  • Loading branch information
leviroth authored and LilSpazJoekp committed Feb 24, 2021
1 parent 373be67 commit 26e962d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_push.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

function exit_error() {
exit_error () {
echo $1
exit 1
}
Expand Down

0 comments on commit 26e962d

Please sign in to comment.