Skip to content

Commit 759cbc9

Browse files
authored
Merge pull request #18 from atsushieno/fix-shell-shebang
Do not add extra argument to /usr/bin/env
2 parents 8c1b8bd + c266b00 commit 759cbc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

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

33
import { isTests, ManagerLocal, RegistryType } from '@open-audio-stack/core';
44
import { Command } from 'commander';

0 commit comments

Comments
 (0)