Skip to content

Commit 35325bd

Browse files
Fix for dailybuild script (#134)
Co-authored-by: Gilbert Kwan <[email protected]>
1 parent 42a7b89 commit 35325bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dailyBuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
while getopts t:d: flag; do
2+
while getopts t:d:b:u: flag; do
33
case "${flag}" in
44
t) DATE="${OPTARG}" ;;
55
d) DRIVER="${OPTARG}" ;;

0 commit comments

Comments
 (0)