Skip to content

Commit e641c54

Browse files
committed
Use /usr/bin/env for vlang
1 parent 6e196ff commit e641c54

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

Diff for: shebang-scripts/today/v.vsh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
#! /opt/homebrew/bin/v
1+
#! /usr/bin/env v
22

3+
// TODO: Absolute path to v needs to be the same in CI and local
34
import time
45

56
println(time.now().ymmdd())

0 commit comments

Comments
 (0)