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

fix restore imaging fetch template error

parent 8f0dce97
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1651fix restore fetch template error
Pipeline #15518 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