Commit f23cb185 authored by Sebastien Luttringer's avatar Sebastien Luttringer
Browse files

fix bad is_min_version syntax

parent cbeb824b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ class SourceImage(Image):
                "version": "1",
                "description": "",
                "author": "",
                "min_is_version": installsystems.version}}
                "is_min_version": installsystems.version}}
        # create changelog example from template
        examples["changelog"] = {"path": "changelog", "content": istemplate.changelog}
        # create parser example from template
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ name = %(name)s
version = %(version)s
description = %(description)s
author = %(author)s
min_is_version = %(min_is_version)s
is_min_version = %(is_min_version)s
"""

changelog = u"""[1]