Skip to content

Commit

Permalink
fix: typo and add filename
Browse files Browse the repository at this point in the history
  • Loading branch information
aeimer committed Oct 24, 2023
1 parent 914810f commit ccd42c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci-scripts/parse-formulas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ for formulaFile in Formula/*.rb; do
- major: '$fMajor'
minor: '$fMinor'
bugfix: '$fBugfix'
builtag: '$fBuildtag'
buildtag: '$fBuildtag'
filename: '$formulaFile'
EOF
done

Expand Down

0 comments on commit ccd42c1

Please sign in to comment.