Skip to content

Commit

Permalink
fix release script bash shabang
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantking committed Nov 10, 2021
1 parent 10d4cb0 commit dfdc557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/check-license.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -o errexit
set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

###############################################################################################
### RELEASING OPERATOR-LIB
Expand Down

0 comments on commit dfdc557

Please sign in to comment.