Skip to content

Commit

Permalink
Fix for dailybuild script (#134) (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: jakub-pomykala <56261244+jakub-pomykala@users.noreply.github.com>
  • Loading branch information
gkwan-ibm and jakub-pomykala committed Feb 21, 2023
1 parent 37ba15c commit ce58bc8
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: flag; do
while getopts t:d:b:u: flag; do
case "${flag}" in
t) DATE="${OPTARG}" ;;
d) DRIVER="${OPTARG}" ;;
Expand Down

0 comments on commit ce58bc8

Please sign in to comment.