Skip to content

Commit 401a62a

Browse files
chore: Fixes bash hashbang
1 parent a60d431 commit 401a62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
set -euo pipefail
33

44
# This script requires a single argument that points to the directory the built files should be copied to.

0 commit comments

Comments
 (0)