diff --git a/scripts/dark-variant.sh b/scripts/dark-variant.sh index 507065d..d107d50 100755 --- a/scripts/dark-variant.sh +++ b/scripts/dark-variant.sh @@ -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. diff --git a/scripts/version.sh b/scripts/version.sh index ba66a14..c03b80b 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/env/bin bash # sets version environment variable for goreleaser to use # scripts/version.sh goreleaser ...