From e1aad7b032f125dab8319f7531ea1c7a06931d45 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 12 Feb 2024 09:05:49 +0000 Subject: [PATCH] Fix typo Signed-off-by: Marcus Noble --- home/.bin/gs-teardown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.bin/gs-teardown b/home/.bin/gs-teardown index 1e1a67c..8e6dc9a 100755 --- a/home/.bin/gs-teardown +++ b/home/.bin/gs-teardown @@ -87,7 +87,7 @@ case ${#POS_ARGS[@]} in go run ${CODE_DIR}/cmd/teardown/main.go \ --provider ${PROVIDER} \ --context ${CONTEXT} \ - --standup-directory ${OUTPUT_DIR} + --standup-directory ${INPUT_DIR} cd ${CUR_DIR} ;; *)