fix: /bin/bash: no such file or directory (#175)

Adds support for other OSes where the bash binary
might be located in a different path
This commit is contained in:
Oliver Offing
2023-02-09 14:12:13 -03:00
committed by GitHub
parent cbafbc422c
commit cddff8499a

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e