File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ latest-release:
1616 curl -O https://download.swift.org/swiftly/linux/swiftly-(uname -m).tar.gz && \
1717 tar zxf swiftly-(uname -m).tar.gz && \
1818 ./swiftly init --quiet-shell-followup && \
19- set -q SWIFTLY_HOME_DIR && . "$SWIFTLY_HOME_DIR/env.fish" || . ~/.local/share/swiftly/env.fish
19+ set -q SWIFTLY_HOME_DIR && source "$SWIFTLY_HOME_DIR/env.fish" || source ~/.local/share/swiftly/env.fish
2020 links :
2121 - href : ' https://raw.githubusercontent.com/swiftlang/swiftly/refs/heads/main/LICENSE.txt'
2222 copy : ' License: Apache-2.0'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ latest-release:
1616 curl -O https://download.swift.org/swiftly/darwin/swiftly.pkg && \
1717 installer -pkg swiftly.pkg -target CurrentUserHomeDirectory && \
1818 ~/.swiftly/bin/swiftly init --quiet-shell-followup && \
19- set -q SWIFTLY_HOME_DIR && . "$SWIFTLY_HOME_DIR/env.fish" || . ~/.swiftly/env.fish
19+ set -q SWIFTLY_HOME_DIR && source "$SWIFTLY_HOME_DIR/env.fish" || source ~/.swiftly/env.fish
2020 links :
2121 - href : ' https://raw.githubusercontent.com/swiftlang/swiftly/refs/heads/main/LICENSE.txt'
2222 copy : ' License: Apache-2.0'
You can’t perform that action at this time.
0 commit comments