Skip to content

Commit 77ac8fd

Browse files
committed
fix: update source file silly man
1 parent 6ece0ae commit 77ac8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/content/update-shebang.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function updateShebang (path: string) {
1515
}
1616

1717
async function main () {
18-
const npmResult = spawnSync("npm", ["show", ".", "bin", "--json"], {
18+
const npmResult = spawnSync("npm", ["show", `file://${ROOT}`, "bin", "--json"], {
1919
cwd: ROOT,
2020
shell: true,
2121
encoding: "utf8",

0 commit comments

Comments
 (0)