Skip to content
Snippets Groups Projects
Commit 8f0dce97 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fix restore fetch template error

parent 26480f05
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1651fix restore fetch template error
Pipeline #15517 failed
......@@ -17,7 +17,7 @@ if [ ! -z "$PREV_PROCESSING_DIR" ] && [ -d "../$PREV_PROCESSING_DIR/rawdata/" ]
else
# Run the product fetcher
cd rawdata/
$SBIN_PATH/productfetcher --product-locator $1
$SBIN_PATH/productfetcher --product-locator $1 --product-locator $2
cd ../
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment