Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Cote committed Feb 16, 2024
1 parent bd60327 commit 72a48ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
sed -i '' "s|sha256 .*|sha256 \"${{ steps.sha256.outputs.sha }}\"|g" $formula_path
- name: Print updated Homebrew formula content
run: cat Formula/your-formula.rb
run: cat Formula/defang.rb
shell: bash

- name: Commit and push changes
Expand Down

0 comments on commit 72a48ad

Please sign in to comment.