Skip to content

Commit ce58bc8

Browse files
Fix for dailybuild script (#134) (#135)
Co-authored-by: jakub-pomykala <[email protected]>
1 parent 37ba15c commit ce58bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/dailyBuild.sh

+1-1
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)