We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71701b2 commit c6d62e8Copy full SHA for c6d62e8
scripts/generate-version.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
# Generate version.ts with git information
3
4
GIT_COMMIT=$(git rev-parse --short HEAD 2>/dev/null || echo "unknown")
0 commit comments