Skip to content

Commit

Permalink
Minor fix in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu authored Jun 28, 2023
1 parent 8787fcf commit 3ef8ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generate/basic_templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ for i in ${!TEMPLATES[@]}
do
echo ">>>>>>> Generating ${TEMPLATES[$i]}"
schematic manifest --config config.yml \
get -dt ${TEMPLATES[$i]} --title ${TITLES[$i]} -s | tee $LOG_DIR/${TEMPLATES[$i]%.*}_log.txt
get -dt ${TEMPLATES[$i]} --title "${TITLES[$i]}" -s | tee $LOG_DIR/${TEMPLATES[$i]%.*}_log.txt
sleep $SLEEP_THROTTLE
done

Expand Down

0 comments on commit 3ef8ef2

Please sign in to comment.