Skip to content

Commit f23a142

Browse files
committed
shellcheck disable checking swiftly script
1 parent b7d1d9f commit f23a142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/install_swiftly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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+
# disable=SC1091 # we're ok to not validate the swiftly script
2525
. "${SWIFTLY_HOME_DIR:-$HOME/.local/share/swiftly}/env.sh" && \
2626
hash -r
2727

0 commit comments

Comments
 (0)