From 9bea78f20c910eb28926c2aa5654ce12948ea672 Mon Sep 17 00:00:00 2001 From: Meg Date: Thu, 19 Sep 2019 14:54:23 -0500 Subject: [PATCH] Fix spelling error This just fixes a small spelling error in cluster-objects.sh Change-Id: I01c9c9a3f09e1ea79e2644e2d9e8b6b8e2177215 --- tools/multi_nodes_gate/airship_gate/bin/cluster-objects.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/multi_nodes_gate/airship_gate/bin/cluster-objects.sh b/tools/multi_nodes_gate/airship_gate/bin/cluster-objects.sh index 3bd869ce..2ba87d69 100755 --- a/tools/multi_nodes_gate/airship_gate/bin/cluster-objects.sh +++ b/tools/multi_nodes_gate/airship_gate/bin/cluster-objects.sh @@ -38,7 +38,7 @@ function get_objects () { export NAME=${input[1]#*/} echo "${OBJECT}/${NAME}" export BASE_DIR="${BASE_DIR:="/tmp"}" - DIR="${BASE_DIR}/ojects/cluster/${OBJECT}" + DIR="${BASE_DIR}/objects/cluster/${OBJECT}" mkdir -p ${DIR} kubectl get ${OBJECT} ${NAME} -o yaml > "${DIR}/${NAME}.yaml" kubectl describe ${OBJECT} ${NAME} > "${DIR}/${NAME}.txt"