scripts: fix typo from PR 388
was /usr/env/bin instead of /usr/bin/env.
This commit is contained in:
+1
-1
@@ -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