diff --git a/glusterhealth/reports/coredump.py b/glusterhealth/reports/coredump.py index bc61c3c..9b3a7ac 100644 --- a/glusterhealth/reports/coredump.py +++ b/glusterhealth/reports/coredump.py @@ -13,7 +13,7 @@ from utils import command_output, CommandError def report_coredump(ctx): - cmd = ["ulimit", "-c"] + cmd = "ulimit -c" try: out = command_output(cmd) if out.strip() == "unlimited":