Skip to content

Commit 2ab9ed5

Browse files
committed
Use proper dashes
1 parent c503ed1 commit 2ab9ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swiftly/swiftly.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export async function installSwift(version: string) {
3636
"--skip-install",
3737
"--quiet-shell-followup",
3838
"--assume-yes",
39-
"-no-modify-profile",
39+
"--no-modify-profile",
4040
);
4141

4242
info(`Installing Swift ${version}`);

0 commit comments

Comments
 (0)