Skip to content

Commit

Permalink
CHMOD to RW for .github/badges
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Nov 1, 2023
1 parent 93515d9 commit 0873247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions private/MakeUtil.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +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
\$(NOECHO) \$(CP_NONEMPTY) .github/badges .github/README.md \$(PERM_RW)
\$(NOECHO) pod2markdown $params{VERSION_FROM} >>.github/README.md
Expand Down

0 comments on commit 0873247

Please sign in to comment.