Skip to content

Commit 25e076e

Browse files
committed
fix shellcheck for swiftly
1 parent f23a142 commit 25e076e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/install_swiftly.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ apt-get install -y curl
2121
curl -O "https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz"
2222
tar zxf "swiftly-$(uname -m).tar.gz"
2323
./swiftly init --assume-yes
24-
# disable=SC1091 # we're ok to not validate the swiftly script
24+
# we're ok to not validate the swiftly script:
25+
# disable=SC1091
2526
. "${SWIFTLY_HOME_DIR:-$HOME/.local/share/swiftly}/env.sh" && \
2627
hash -r
2728

0 commit comments

Comments
 (0)