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 Oct 7, 2021
1 parent 3f584a0 commit 0f70889
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 @@ -491,12 +491,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 0f70889

Please sign in to comment.