Skip to content

Commit d56ddbc

Browse files
Omit $ prefix in the SDK install command in the release notes
Close swiftwasm/swift#5607
1 parent b777b81 commit d56ddbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gh-distribute-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ You can install Swift SDKs for WebAssembly using the following commands:
452452
for name, download_url, checksum in checksums:
453453
body += f"**{name}**\n\n"
454454
body += "```console\n"
455-
body += f"$ swift sdk install {download_url} --checksum {checksum}\n"
455+
body += f"swift sdk install {download_url} --checksum {checksum}\n"
456456
body += "```\n"
457457
return body
458458

0 commit comments

Comments
 (0)