Skip to content

Commit

Permalink
Restyled by shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and 0x2b3bfa0 committed Mar 14, 2022
1 parent 0b0fc53 commit 04115bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion permissions/k8s/kubeconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ TOKEN="$(
kubectl config set-credentials task --token="$TOKEN"
kubectl config set-context cluster --cluster=cluster --user=task
kubectl config use-context cluster
} > /dev/null
} >/dev/null
cat "$KUBECONFIG" && rm "$KUBECONFIG"
)

0 comments on commit 04115bc

Please sign in to comment.