We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42653b5 commit fe5af9dCopy full SHA for fe5af9d
swiftly-install
@@ -24,7 +24,7 @@ cd "${TMPDIR}"
24
case "$OS_NAME" in
25
"Linux")
26
curl -fsSLO "https://download.swift.org/swiftly/linux/swiftly-${OS_ARCH}.tar.gz"
27
- tar zxf swiftly-${OS_ARCH}.tar.gz
+ tar zxf "swiftly-${OS_ARCH}.tar.gz"
28
./swiftly init
29
SWIFTLY_HOME_DIR=${SWIFTLY_HOME_DIR:-$HOME/.swiftly}
30
;;
0 commit comments