Skip to content

Commit 225ed02

Browse files
author
Soichi Hayashi
committed
updated fail output
1 parent de5a023 commit 225ed02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/pbs/status

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ C)
6363
echo "finished with code 0"
6464
exit 1
6565
else
66-
echo "finished with code $exit_status"
66+
echo "failed with code $exit_status"
6767
exit 2
6868
fi
6969
;;

0 commit comments

Comments
 (0)