Skip to content

Commit

Permalink
Use ## for manifest comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesampson committed Jun 20, 2017
1 parent a4a15d0 commit 43265f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bucket/git-with-openssh.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_comment": "Maintainers: when updating this manifest to a new version, you might like to also update git.json",
"##": "Maintainers: when updating this manifest to a new version, you might like to also update git.json",
"homepage": "https://git-for-windows.github.io/",
"license": "GPL2",
"version": "2.13.1.windows.2",
Expand Down
2 changes: 1 addition & 1 deletion bucket/git.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_comment": "Maintainers: when updating this manifest to a new version, you might like to also update git-with-openssh.json",
"##": "Maintainers: when updating this manifest to a new version, you might like to also update git-with-openssh.json",
"homepage": "https://git-for-windows.github.io/",
"license": "GPL2",
"version": "2.13.1.windows.2",
Expand Down
4 changes: 4 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@
"description": "Undocumented: only found in scoop/git* and 6 manifests in scoop-extras",
"type": "string"
},
"##": {
"description": "A comment.",
"type": "string"
},
"architecture": {
"additionalProperties": false,
"properties": {
Expand Down

0 comments on commit 43265f5

Please sign in to comment.