Skip to content

Commit 7585602

Browse files
committed
Merge remote-tracking branch 'upstream/master'
Signed-off-by: Navendu Pottekkat <[email protected]>
2 parents cd77553 + 523347c commit 7585602

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mesheryctl.sh

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

3-
set -o errexit
4-
set -o nounset
5-
set -o pipefail
6-
73
SCRIPT_DIR=$(dirname -- "$(readlink -f "${BASH_SOURCE[0]}" || realpath "${BASH_SOURCE[0]}")")
84

95
declare -A adapters
@@ -75,4 +71,4 @@ parse_command_line() {
7571
done
7672
}
7773

78-
main "$@"
74+
main "$@"

0 commit comments

Comments
 (0)