diff --git a/utils/main.sh b/utils/main.sh index 3f6f605..c05d66c 100755 --- a/utils/main.sh +++ b/utils/main.sh @@ -35,8 +35,8 @@ while [[ $# -ne 0 ]]; do ;; -r | --regenrate ) - ## This will regnerate index - generate_index + ## This will run all generate scripts/functions in the generate_hook function + generate_hook exit 0 ;; *)