Skip to content

Commit

Permalink
Merge pull request #2 from sergevanginderachter/dagwieers/lineinfile-…
Browse files Browse the repository at this point in the history
…create

Fix typo
  • Loading branch information
dagwieers committed Oct 30, 2012
2 parents 358bfe5 + bea29d8 commit 70e81dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/lineinfile
Expand Up @@ -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),
),
)
Expand Down

0 comments on commit 70e81dd

Please sign in to comment.