Skip to content

Commit

Permalink
add missing shabang in kubenix script
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-gierakowski committed Mar 25, 2024
1 parent 76b8053 commit 4b9dfab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/kubenix.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ kubectl
, bash
, vals
, colordiff
, evalModules
Expand Down Expand Up @@ -32,6 +33,7 @@ runCommand "kubenix"
# create a script for `nix run`
cat <<EOF> $out/bin/kubenix
#!${bash}/bin/bash
set -uo pipefail
export KUBECONFIG=$kubeconfig
Expand Down

0 comments on commit 4b9dfab

Please sign in to comment.