Skip to content

Commit 0990d6d

Browse files
committed
fix(Scripts): swift-format installation
1 parent 6ddef40 commit 0990d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/install_swift-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TEMP_INSTALL_PATH="${TOOLS_INSTALL_PATH}/install-${TOOL_NAME}"
2222
tool_fetch() {
2323
git clone "https://github.com/${TOOL_OWNER}/${TOOL_NAME}.git"
2424
cd "${TOOL_NAME}"
25-
git checkout "tags/${TOOL_CHECKOUT}"
25+
git checkout "tags/${TOOL_VERSION}"
2626
}
2727

2828
tool_build() {

0 commit comments

Comments
 (0)