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} ;; *)