Skip to content

Commit f4f62d3

Browse files
committed
one too many spaces on the indent, code doesn't run.
1 parent af37134 commit f4f62d3

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)