Skip to content

Commit

Permalink
Adjust warning message for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Jun 24, 2019
1 parent 5e7340c commit 6d81854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pre_commit_hooks/check_autopkg_recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ def main(argv=None):
recipe_text = openfile.read()
if "<!--" in recipe_text and "-->" in recipe_text:
print(
"{}: WARNING: <!-- --> style comments will be lost during plutil "
"conversion.".format(filename)
"{}: WARNING: Recommend converting from <!-- --> style comments to a "
"Comment key where needed.".format(filename)
)

return retval
Expand Down

0 comments on commit 6d81854

Please sign in to comment.