Skip to content

Commit 20b8085

Browse files
committed
Correctly name script file
1 parent c0c7d91 commit 20b8085

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
@@ -50,7 +50,7 @@ export async function installSwift(version: string) {
5050
"--use",
5151
version,
5252
"--assume-yes",
53-
"--post-install-script",
53+
"--post-install-file",
5454
postInstallScriptPath,
5555
);
5656

0 commit comments

Comments
 (0)