mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-03-18 21:50:33 +01:00
scripts: fix typo from PR 388
was /usr/env/bin instead of /usr/bin/env.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/env/bin bash
|
||||
#!/usr/bin/env bash
|
||||
# sets version environment variable for goreleaser to use
|
||||
# scripts/version.sh goreleaser ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user