Skip to content

Commit 1181608

Browse files
authored
fix: bin script error when running on linux (#7721)
Fixes #7717
1 parent 3a86822 commit 1181608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/payload/bin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node --no-deprecation
1+
#!/usr/bin/env -S node --no-deprecation
22

33
import path from 'node:path'
44
import { fileURLToPath, pathToFileURL } from 'node:url'

0 commit comments

Comments
 (0)