Skip to content

Commit 589c530

Browse files
author
Raul Melo
committed
fix name
1 parent f25c604 commit 589c530

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/npm.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ func main() {
6161
}
6262

6363
err = copyFile(
64-
"./scripts/templates/go-npm.mjs",
64+
"./scripts/templates/install-manager.mjs",
6565
outDir,
66-
"go-npm.mjs",
66+
"install-manager.mjs",
6767
)
6868

6969
if err != nil {
70-
fmt.Println("[ERROR] [copy go-npm.mjs] ", err)
70+
fmt.Println("[ERROR] [copy install-manager.mjs] ", err)
7171
return
7272
}
7373

0 commit comments

Comments
 (0)