Skip to content

Commit dfdc557

Browse files
committed
fix release script bash shabang
1 parent 10d4cb0 commit dfdc557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/check-license.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -o errexit
44
set -o nounset

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
###############################################################################################
44
### RELEASING OPERATOR-LIB

0 commit comments

Comments
 (0)