Skip to content

Commit 92e5754

Browse files
committed
Remove unknown flag when installing
1 parent 4d64676 commit 92e5754

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/swiftly/swiftly.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,5 @@ export async function installSwift(version: string) {
1919
);
2020

2121
info(`Installing Swift ${version}`);
22-
await swiftly(
23-
"install",
24-
"--use",
25-
version,
26-
"--quiet-shell-followup",
27-
"--assume-yes",
28-
);
22+
await swiftly("install", "--use", version, "--assume-yes");
2923
}

0 commit comments

Comments
 (0)