Skip to content

Commit

Permalink
Merge pull request #114 from ksimon1/remove-trailing-comma
Browse files Browse the repository at this point in the history
remove unnecessary trailing comma from validation
  • Loading branch information
ffromani authored Dec 4, 2019
2 parents a21023c + ea641b9 commit 576cbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rule": "integer",
"message": "This VM requires more memory.",
"min": {{ lookup('osinfo', osinfoname)["minimum_resources.architecture=x86_64|all.ram"] }}
},
}
]
labels:
Expand Down

0 comments on commit 576cbe5

Please sign in to comment.