Skip to content

Commit 01a9af2

Browse files
committed
Fix missing comma
1 parent e37a6cd commit 01a9af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build-swiftly-release/BuildSwiftlyRelease.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ struct BuildSwiftlyRelease: AsyncParsableCommand {
379379
#endif
380380

381381
// FIXME: Adjust the URL and checksum to match the toolchain that is being used
382-
try runProgram(swift, "sdk", "install" "https://download.swift.org/swift-6.0.3-release/static-sdk/swift-6.0.3-RELEASE/swift-6.0.3-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz", "--checksum", "67f765e0030e661a7450f7e4877cfe008db4f57f177d5a08a6e26fd661cdd0bd")
382+
try runProgram(swift, "sdk", "install", "https://download.swift.org/swift-6.0.3-release/static-sdk/swift-6.0.3-RELEASE/swift-6.0.3-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz", "--checksum", "67f765e0030e661a7450f7e4877cfe008db4f57f177d5a08a6e26fd661cdd0bd")
383383

384384
try runProgram(swift, "build", "--swift-sdk", sdkName, "--product=swiftly", "--pkg-config-path=\(pkgConfigPath)/lib/pkgconfig", "--static-swift-stdlib", "--configuration=release")
385385

0 commit comments

Comments
 (0)