Skip to content

Commit df5d2fc

Browse files
authored
Update swift-syntax link to swiftlang/swift-syntax (#57)
1 parent 41bee14 commit df5d2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
1818

1919
# swift-format
2020
ARG swiftformat_version=509.0.0
21-
RUN git clone --branch $swiftformat_version --depth 1 https://github.com/apple/swift-format $HOME/.tools/swift-format-source
21+
RUN git clone --branch $swiftformat_version --depth 1 https://github.com/swiftlang/swift-format $HOME/.tools/swift-format-source
2222
RUN cd $HOME/.tools/swift-format-source && swift build -c release
2323
RUN ln -s $HOME/.tools/swift-format-source/.build/release/swift-format $HOME/.tools/swift-format
2424

0 commit comments

Comments
 (0)