Skip to content

Commit

Permalink
Add missing tab
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Nov 1, 2023
1 parent 0873247 commit 70f82bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/MakeUtil.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ READMEmd: .github/README.md
\@echo Creating .github/README.md from $params{VERSION_FROM}
\$(NOECHO) \$(RM_F) .github/README.md
\$(NOECHO) \$(TOUCH) .github/README.md
\$(CHMOD) \$(PERM_RW) .github/badges
\$(CHMOD) \$(PERM_RW) .github/badges
\$(NOECHO) \$(CP_NONEMPTY) .github/badges .github/README.md \$(PERM_RW)
\$(NOECHO) pod2markdown $params{VERSION_FROM} >>.github/README.md
Expand Down

0 comments on commit 70f82bf

Please sign in to comment.