1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2025-04-01 16:52:52 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
dependabot[bot]
ae8080ed37
Merge 0e9a7d0641 into 58c2fa3dde 2025-03-10 06:58:17 -07:00
58c2fa3dde
scripts: fix typo from PR 388
was /usr/env/bin instead of /usr/bin/env.
2025-02-26 14:09:42 +00:00
56ee54811d
Merge pull request #388 from michaelBelsanti/shebangs
scripts: use more portable shebang
2025-02-24 15:45:56 +00:00
quasigod
c1a2fb2d4a
scripts: use more portable shebang 2025-02-24 10:40:54 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# scan all typescript and automatically add dark variants to color tags if they're not already present.

View File

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