Fix: mimatch shell in build.sh

This commit is contained in:
Aaron 2020-03-09 11:30:43 +00:00
parent 68d3131521
commit 98c122f047
2 changed files with 3 additions and 3 deletions

2
assets

@ -1 +1 @@
Subproject commit c7f4f323ee8ab55571125e45245ae2e42a1251f9
Subproject commit cab503779411dcb6060cabc3b8623906fb3879e6

2
build.sh Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/bash
REPO=$(cd $(dirname $0); pwd)
COMMIT_SHA=$(git rev-parse --short HEAD)