1
0
Fork 0

fix(build): remove bash shebang

This commit is contained in:
Sean Sube 2023-01-06 12:36:34 -06:00
parent 7dcb0d1a51
commit e9004793ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
IMAGE_PUSH="${1:---skip}"