Skip to content

Commit b90c1f7

Browse files
authored
Merge pull request #15 from stansonhealth/fix-invalid-indent
one too many spaces on the indent, code doesn't run.
2 parents af37134 + f4f62d3 commit b90c1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudwatchmon/cli/put_instance_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def config_parser():
302302
type=to_lower,
303303
choices=size_units,
304304
help='Specifies units for disk space metrics.')
305-
disk_group.add_argument('--disk-inode-util',
305+
disk_group.add_argument('--disk-inode-util',
306306
action='store_true',
307307
help='Reports disk inode utilization in percentages.')
308308

0 commit comments

Comments
 (0)