1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2025-02-28 09:10:10 +00:00

scripts: fix typo from PR 388

was /usr/env/bin instead of /usr/bin/env.
This commit is contained in:
Harvey Tindall 2025-02-26 14:09:42 +00:00
parent 56ee54811d
commit 58c2fa3dde
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -1,4 +1,4 @@
#!/usr/env/bin bash
#!/usr/bin/env bash
# sets version environment variable for goreleaser to use
# scripts/version.sh goreleaser ...