Skip to content

Commit

Permalink
[script] Replacing with env bash
Browse files Browse the repository at this point in the history
* This fixes on macos old default bash, which differs with brew install
  one
  • Loading branch information
didierofrivia committed Jun 16, 2022
1 parent ed9f94e commit 0a3df69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/install-operator-sdk.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Install a version of the operator sdk.
# https://sdk.operatorframework.io/docs/installation/#install-from-github-release

0 comments on commit 0a3df69

Please sign in to comment.