Skip to content

Commit

Permalink
Merge pull request #2090 from rsteube/fix-macro-badge
Browse files Browse the repository at this point in the history
doc: fix macro badge
  • Loading branch information
rsteube authored Dec 24, 2023
2 parents 2474dc4 + d395ebe commit c3ed0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/macros-badge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

scriptdir=$(dirname $(readlink -f $0))

curl "https://img.shields.io/badge/macros-$($scriptdir/../cmd/carapace/carapace --macros | wc -l)-orange"
curl "https://img.shields.io/badge/macros-$($scriptdir/../cmd/carapace/carapace --macro | wc -l)-orange"

0 comments on commit c3ed0dc

Please sign in to comment.