Skip to content

Commit

Permalink
updated fail output
Browse files Browse the repository at this point in the history
  • Loading branch information
soichih committed Aug 13, 2018
1 parent de5a023 commit 225ed02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pbs/status
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ C)
echo "finished with code 0"
exit 1
else
echo "finished with code $exit_status"
echo "failed with code $exit_status"
exit 2
fi
;;
Expand Down

0 comments on commit 225ed02

Please sign in to comment.