Skip to content

Commit

Permalink
fix: n_expected algorithm inputs (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjfrench authored Nov 10, 2022
1 parent 986594d commit 7ba904e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
aoi="$(ls input/*)"

n_actual=${#}
n_expected=4
n_expected=6

if test ${n_actual} -gt 0 -a ${n_actual} -ne ${n_expected}; then
echo "Expected ${n_expected} inputs, but got ${n_actual}:$(printf " '%b'" "$@")" >&2
Expand Down

0 comments on commit 7ba904e

Please sign in to comment.