Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
naxgrp-asamji committed Jun 5, 2024
1 parent 90bf7f0 commit fe78b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v4
- run: |
ERB_ARGS=$(echo $PAYLOAD | jq -rj 'keys[] as $k | "\($k)=\(.[$k]) "')
erb $ERB_ARGS template/${{ github.event.client_payload.name }}.erb >> Formula/${{ github.event.client_payload.name }}.rb
erb $ERB_ARGS templates/${{ github.event.client_payload.name }}.erb >> Formula/${{ github.event.client_payload.name }}.rb

0 comments on commit fe78b21

Please sign in to comment.