Skip to content

Commit e137f47

Browse files
author
Bob Killen
committed
Fix shellcheck lint errors in test/kubemark/stop-kubemark.sh
1 parent b8aae45 commit e137f47

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

hack/.shellcheck_failures

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
./test/images/volume/rbd/create_block.sh
146146
./test/images/volume/rbd/mon.sh
147147
./test/images/volume/rbd/osd.sh
148-
./test/kubemark/stop-kubemark.sh
149148
./third_party/forked/shell2junit/sh2ju.sh
150149
./third_party/intemp/intemp.sh
151150
./third_party/multiarch/qemu-user-static/register/qemu-binfmt-conf.sh

test/kubemark/stop-kubemark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Script that destroys Kubemark cluster and deletes all master resources.
1818

19-
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
19+
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
2020

2121
source "${KUBE_ROOT}/test/kubemark/skeleton/util.sh"
2222
source "${KUBE_ROOT}/test/kubemark/cloud-provider-config.sh"

0 commit comments

Comments
 (0)