We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e8c7c commit 81f6964Copy full SHA for 81f6964
src/workflow/setup.sh
@@ -4,12 +4,12 @@
4
up() {
5
echo "Setup the tool $WORKFLOW"
6
. ./workflow/$WORKFLOW/setup.sh up
7
- echo "Setup the tool $INGESTION completed"
+ echo "Setup the tool $WORKFLOW completed"
8
}
9
10
down() {
11
echo "Down the tool $WORKFLOW"
12
- . ./workflow/$INGESTION/setup.sh down
+ . ./workflow/$WORKFLOW/setup.sh down
13
echo "Down the tool $WORKFLOW completed"
14
15
0 commit comments