Skip to content

Commit ea70219

Browse files
committed
CI: Fix shebang path of bun
1 parent d862f52 commit ea70219

File tree

1 file changed

+2
-1
lines changed
  • shebang-scripts/today

1 file changed

+2
-1
lines changed

Diff for: shebang-scripts/today/bun

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
#! /Users/adrian/.bun/bin/bun
1+
#! /usr/bin/env bun
2+
// TODO: Absolute path to bun needs to be the same in CI and local
23

34
console.log(new Date().toISOString().slice(0, 10))

0 commit comments

Comments
 (0)