Skip to content

Commit

Permalink
Merge pull request #94 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Update dailyBuild.sh
  • Loading branch information
gkwan-ibm authored Oct 18, 2024
2 parents 6a80583 + e41275e commit 169c607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dailyBuild.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
while getopts t:d:j: flag;
while getopts t:d:j:b: flag;
do
case "${flag}" in
t) DATE="${OPTARG}";;
Expand Down

0 comments on commit 169c607

Please sign in to comment.