Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
Signed-off-by: Navendu Pottekkat <[email protected]>
  • Loading branch information
pottekkat committed Dec 20, 2021
2 parents cd77553 + 523347c commit 7585602
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mesheryctl.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/usr/bin/env bash

set -o errexit
set -o nounset
set -o pipefail

SCRIPT_DIR=$(dirname -- "$(readlink -f "${BASH_SOURCE[0]}" || realpath "${BASH_SOURCE[0]}")")

declare -A adapters
Expand Down Expand Up @@ -75,4 +71,4 @@ parse_command_line() {
done
}

main "$@"
main "$@"

0 comments on commit 7585602

Please sign in to comment.