Skip to content

Commit 81f6964

Browse files
author
Naveen Thurimerla
committed
Update setup.sh
1 parent 59e8c7c commit 81f6964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/workflow/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
up() {
55
echo "Setup the tool $WORKFLOW"
66
. ./workflow/$WORKFLOW/setup.sh up
7-
echo "Setup the tool $INGESTION completed"
7+
echo "Setup the tool $WORKFLOW completed"
88
}
99

1010
down() {
1111
echo "Down the tool $WORKFLOW"
12-
. ./workflow/$INGESTION/setup.sh down
12+
. ./workflow/$WORKFLOW/setup.sh down
1313
echo "Down the tool $WORKFLOW completed"
1414
}
1515

0 commit comments

Comments
 (0)