Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Feb 14, 2025
1 parent a4b0463 commit e276cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins_loop_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function _looper() {
case $1 in
-n | --n ) shift 1; RUNS="$1"; shift 1 ;;
-b | --b | --branch | -branch ) shift 1; BRANCH="$1"; shift 1 ;;
-h | --h | --help | -help | * ) usage; exit 0 ;;
* ) usage; exit 0 ;;
esac
done

Expand Down

0 comments on commit e276cd9

Please sign in to comment.