Skip to content

Commit

Permalink
Adding type int for count (in line with other cloud modules)
Browse files Browse the repository at this point in the history
  • Loading branch information
falloutdurham committed Mar 23, 2014
1 parent f82ac9f commit bebb11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/cloud/ec2
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ def main():
spot_price = dict(),
image = dict(),
kernel = dict(),
count = dict(default='1'),
count = dict(type='int', default='1'),
monitoring = dict(type='bool', default=False),
ramdisk = dict(),
wait = dict(type='bool', default=False),
Expand Down

0 comments on commit bebb11a

Please sign in to comment.