Skip to content

Commit

Permalink
fix(qe): fix broken shebang in query-engine-wasm/build.sh (#5050)
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln authored Nov 21, 2024
1 parent 5b155e0 commit 90c6eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/query-engine-wasm/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Call this script as `./build.sh <npm_version>`
set -euo pipefail

Expand Down

0 comments on commit 90c6eb3

Please sign in to comment.