fix: changed the shebang to suit nix
All checks were successful
/ integration (push) Successful in 16s
All checks were successful
/ integration (push) Successful in 16s
Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
parent
39501b1a89
commit
4b9e5f6191
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
set -e
|
||||
|
|
Loading…
Reference in a new issue