diff --git a/scripts/automation/check_and_update_all.sh b/scripts/automation/check_and_update_all.sh index 735261c..c771bde 100755 --- a/scripts/automation/check_and_update_all.sh +++ b/scripts/automation/check_and_update_all.sh @@ -31,12 +31,12 @@ done if [[ $cd_changed = true ]]; then echo "Component definitions json file(s) were changed, regenerating ssp markdowns..." - ./scripts/automation/generate_ssp.sh + ./scripts/automation/regenerate_ssp.sh fi if [[ $ssp_changed = true ]]; then echo "SSP json file(s) were changed, regenerating ssp markdowns..." - ./scripts/automation/generate_ssp.sh + ./scripts/automation/regenerate_ssp.sh fi