Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andytson-inviqa authored Apr 7, 2022
1 parent 4c12414 commit 427051a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_base/harness/config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ command('secret image-pull-config [--cert=<cert>] [--scope=<scope>] [--context=<
exit 1
fi
if [ -z "${K8S_CONTEXT:-" ]; then
if [ -z "${K8S_CONTEXT:-}" ]; then
K8S_CONTEXT="$(kubectl config current-context)"
fi
Expand Down

0 comments on commit 427051a

Please sign in to comment.