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.
1 parent c503ed1 commit 2ab9ed5Copy full SHA for 2ab9ed5
src/swiftly/swiftly.ts
@@ -36,7 +36,7 @@ export async function installSwift(version: string) {
36
"--skip-install",
37
"--quiet-shell-followup",
38
"--assume-yes",
39
- "-–no-modify-profile",
+ "--no-modify-profile",
40
);
41
42
info(`Installing Swift ${version}`);
0 commit comments