Skip to content

Commit

Permalink
Revert "accept capital True and False"
Browse files Browse the repository at this point in the history
This reverts commit 2dc2ac5.
  • Loading branch information
fmessmer committed Nov 29, 2021
1 parent b710728 commit 4477e36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions industrial_ci/src/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -492,12 +492,8 @@ function ici_parse_jobs {
_ici_parse_jobs_res="$3";;
"true")
_ici_parse_jobs_res="0";;
"True")
_ici_parse_jobs_res="0";;
"false")
_ici_parse_jobs_res="1";;
"False")
_ici_parse_jobs_res="1";;
*)
if ! [[ "$_ici_parse_jobs_res" =~ ^[0-9]+$ ]]; then
ici_error "cannot parse $2=$_ici_parse_jobs_res as a number"
Expand Down

0 comments on commit 4477e36

Please sign in to comment.