We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5a023 commit 225ed02Copy full SHA for 225ed02
hooks/pbs/status
@@ -63,7 +63,7 @@ C)
63
echo "finished with code 0"
64
exit 1
65
else
66
- echo "finished with code $exit_status"
+ echo "failed with code $exit_status"
67
exit 2
68
fi
69
;;
0 commit comments