Skip to content

Commit d180833

Browse files
authored
Make debug arg optional (#8)
1 parent d969c70 commit d180833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download-engine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -euo pipefail
3+
set -eo pipefail
44

55
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
66

0 commit comments

Comments
 (0)