From a5379c08e2838d7608cde8ccf782f19f8204f966 Mon Sep 17 00:00:00 2001 From: Andrew Keesler Date: Fri, 30 Oct 2020 15:18:40 -0700 Subject: [PATCH] Whitespace-only change in two files Signed-off-by: Ryan Richard --- hack/kind-down.sh | 2 +- hack/kind-up.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/kind-down.sh b/hack/kind-down.sh index 7c96dca8..d90ccef2 100755 --- a/hack/kind-down.sh +++ b/hack/kind-down.sh @@ -4,8 +4,8 @@ # SPDX-License-Identifier: Apache-2.0 set -euo pipefail -ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )" +ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )" cd "${ROOT}" kind delete cluster --name pinniped diff --git a/hack/kind-up.sh b/hack/kind-up.sh index 72da2d6d..e5bdfa01 100755 --- a/hack/kind-up.sh +++ b/hack/kind-up.sh @@ -4,8 +4,8 @@ # SPDX-License-Identifier: Apache-2.0 set -euo pipefail -ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )" +ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )" cd "${ROOT}" # To choose a specific version of kube, add this option to the command below: `--image kindest/node:v1.18.8`