Skip to content

Commit

Permalink
Use /usr/bin/env instead of /bin/env
Browse files Browse the repository at this point in the history
  • Loading branch information
anoldguy committed Jan 19, 2024
1 parent 647abdc commit 88e9f88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/intellij/node_scripts/tabby-agent.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/tabby-agent/src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env node
#!/usr/bin/env node

import { TabbyAgent } from "./TabbyAgent";
import { JsonLineServer } from "./JsonLineServer";
Expand Down
2 changes: 1 addition & 1 deletion clients/vim/node_scripts/tabby-agent.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88e9f88

Please sign in to comment.