Skip to content

Commit c503ed1

Browse files
committed
Avoid modifying profile as it have no effect
1 parent 929e7c7 commit c503ed1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/swiftly/swiftly.ts

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

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

0 commit comments

Comments
 (0)