Skip to content

Commit 97fae5a

Browse files
committed
fix fix-shebangs shebang
1 parent 79da7b6 commit 97fae5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/brewkit/fix-shebangs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S deno run -A
1+
#!/usr/bin/env -S tea deno run -A
22

33
import { Path } from "tea"
44
import undent from "outdent"

0 commit comments

Comments
 (0)