Skip to content

Commit

Permalink
Fix shellcheck warnings (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
  • Loading branch information
unguiculus authored Sep 25, 2020
1 parent dc09ebc commit 050c6c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ run_ct_container() {

configure_kube() {
# need to copy full .kube dir for certs, etc:
local confdir=$(dirname $kubeconfig)
local confdir
confdir=$(dirname "$kubeconfig")
docker cp "$confdir" ct:/root/.kube
}

Expand Down

0 comments on commit 050c6c8

Please sign in to comment.