Skip to content

Commit 3ba8f7f

Browse files
committed
BUG: Fix rendering of badge in top-level README [ci skip]
This commit fixes regression introduced in b254407 (ENH: Improve Github Actions badge to include target) removing extraneous parenthesis.
1 parent b254407 commit 3ba8f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ITKModuleTemplate
33

44
[![][gha-img]][gha-link]
55

6-
[gha-img]: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate/actions/workflows/build-test-package.yml/badge.svg)
6+
[gha-img]: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate/actions/workflows/build-test-package.yml/badge.svg
77
[gha-link]: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate/actions/workflows/build-test-package.yml
88

99

0 commit comments

Comments
 (0)