Skip to content

Commit

Permalink
fix: add shebang line in install-kwok.sh to execute commands with bash (
Browse files Browse the repository at this point in the history
#1077)

Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@intel.com>
  • Loading branch information
fmuyassarov committed Mar 7, 2024
1 parent 16364da commit 91547b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/install-kwok.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# This script uses kustomize to generate the manifests of the latest
# version of kwok, and will then either apply/delete the resources
# depending on the UNINSTALL_KWOK environment variable. Set this to
Expand Down

0 comments on commit 91547b6

Please sign in to comment.