Skip to content

Commit c6d62e8

Browse files
authored
🤖 Fix generate-version.sh shebang for Nix compatibility (#373)
1 parent 71701b2 commit c6d62e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Generate version.ts with git information
33

44
GIT_COMMIT=$(git rev-parse --short HEAD 2>/dev/null || echo "unknown")

0 commit comments

Comments
 (0)