Skip to content

Commit 4718960

Browse files
committed
Update build.sh
1 parent ca06063 commit 4718960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function print_help() {
3434
exit 1
3535
}
3636

37-
while getopts ":A:I:i:c:t:b:sd" opt; do
37+
while getopts ":A:I:i:c:t:b:sde" opt; do
3838
case ${opt} in
3939
s )
4040
SKIP_ENV=1

0 commit comments

Comments
 (0)