Skip to content

Commit 02ab21a

Browse files
committed
typo
1 parent 7fcd7d0 commit 02ab21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function main(){
6464
for (const compiler of compilers) {
6565

6666
// Generate the filename with the compiler suffix
67-
const filenameWithSuffix = getFPMFilename(fpmVersion, process.platform, compilers);
67+
const filenameWithSuffix = getFPMFilename(fpmVersion, process.platform, compiler);
6868
console.log(`Trying to fetch compiler-built fpm: ${filenameWithSuffix}`);
6969

7070
try {

0 commit comments

Comments
 (0)