Skip to content

Commit

Permalink
Update Swiftly install script URL
Browse files Browse the repository at this point in the history
Signed-off-by: Gwynne Raskind <gwynne@vapor.codes>
  • Loading branch information
gwynne authored Jun 11, 2024
1 parent 23c4efd commit 333929b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
name: Install Swiftly itself
shell: bash
run: |
curl -L -o swiftly-install.sh https://swift-server.github.io/swiftly/swiftly-install.sh
curl -L -o swiftly-install.sh https://swiftlang.github.io/swiftly/swiftly-install.sh
chmod a+x swiftly-install.sh
./swiftly-install.sh --disable-confirmation --no-modify-profile </dev/null
echo "SWIFTLY_HOME_DIR=${HOME}/.local/share/swiftly" >>"${GITHUB_ENV}"
Expand Down

0 comments on commit 333929b

Please sign in to comment.