Skip to content

Commit

Permalink
Attempt bug fix
Browse files Browse the repository at this point in the history
Temp PR change

Put back test change
  • Loading branch information
johnlk committed Jul 13, 2024
1 parent 70577f2 commit 1544cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source "$HOME_DIR/src/gpt.sh"
##? main.sh --github_token=<token> --open_ai_api_key=<token> --gpt_model_name=<name> --github_api_url=<url> --files_to_ignore=<files>
main() {
local github_token open_ai_api_key gpt_model_name github_api_url files_to_ignore
eval "$(docpars -h "$(grep "^##?" "$0" | cut -c 5-)" : "$@")"
eval "$(docpars -h "$(grep "^##?" "${BASH_SOURCE[0]}" | cut -c 5-)" : "$@")"

utils::verify_required_env_vars

Expand Down

0 comments on commit 1544cb6

Please sign in to comment.