Commit aef9a95c by Dag Wieers

Merge pull request #2 from sergevanginderachter/dagwieers/lineinfile-create

Fix typo
parents 1e3dcfce 47d882f3
......@@ -181,7 +181,7 @@ def main():
regexp=dict(required=True),
line=dict(aliases=['value']),
insertafter=dict(default='EOF'),
create=dict(default=false, choices=BOOLEANS),
create=dict(default=False, choices=BOOLEANS),
backup=dict(default=False, choices=BOOLEANS),
),
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment