Skip to content

Commit

Permalink
Merge pull request #18 from praw-dev/pre-push
Browse files Browse the repository at this point in the history
Use sh syntax for pre_push.sh function
  • Loading branch information
LilSpazJoekp authored Feb 24, 2021
2 parents 373be67 + 26e962d commit 6ced810
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 6ced810

Please sign in to comment.