We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81f1adf + 4021754 commit 46b13feCopy full SHA for 46b13fe
main.js
@@ -43,7 +43,7 @@ async function check_swift() {
43
return installed;
44
}
45
async function download_swift() {
46
- await run('Downlod Swift (via swiftenv)...', async () => {
+ await run('Download Swift (via swiftenv)...', async () => {
47
await exec.exec(swiftenvPath, ['install', swiftVersion]);
48
});
49
main.ts
@@ -41,7 +41,7 @@ async function check_swift(): Promise<boolean> {
41
42
async function download_swift(): Promise<void> {
})
0 commit comments