Skip to content

Commit

Permalink
Merge pull request #23 from ryno83/patch-1
Browse files Browse the repository at this point in the history
Error and wrong output
  • Loading branch information
aravindavk authored Oct 25, 2017
2 parents d996e4a + f3d52f9 commit 0c97f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glusterhealth/reports/glusterd-op-version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def report_check_glusterd_op_version(ctx):
if version1 != version2 :
ctx.warning("op-version is not up to date")
else:
ctx.ok("Glusterd is running", uptime_sec=out.strip())
ctx.ok("op-version is up to date")
except CommandError as e:
ctx.notok("Failed to check op-version")
logging.warn(ctx.lf("Failed to check op-version",
Expand Down

0 comments on commit 0c97f03

Please sign in to comment.