Skip to content

Commit d9d87c2

Browse files
committed
[create-cubing-app.js] Update the node shebang.
1 parent 1695971 commit d9d87c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/create-cubing-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node
1+
#!/usr/bin/env node --
22
import { exec } from "node:child_process";
33
import { exists } from "node:fs";
44
import { cp, mkdir, readFile, stat, writeFile } from "node:fs/promises";

0 commit comments

Comments
 (0)