Skip to content

Commit af3e833

Browse files
author
BSKY
committed
Run shfmt
1 parent 01ad5c7 commit af3e833

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bin/install

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -e
4-
set -o pipefail
3+
set -eo pipefail
54

65
install_operator_sdk() {
76
local install_type=$1
@@ -56,4 +55,4 @@ get_download_url() {
5655
echo "https://github.com/operator-framework/operator-sdk/releases/download/v${version}/${filename}"
5756
}
5857

59-
install_operator_sdk $ASDF_INSTALL_TYPE $ASDF_INSTALL_VERSION $ASDF_INSTALL_PATH
58+
install_operator_sdk $ASDF_INSTALL_TYPE $ASDF_INSTALL_VERSION $ASDF_INSTALL_PATH

0 commit comments

Comments
 (0)