Skip to content

Commit

Permalink
Update helpers.cr
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindavk committed Feb 15, 2024
1 parent 5a0eff7 commit 67ed09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.cr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module GlusterCLI
# :nodoc:
def execute_gluster_cmd(args)
rc, resp, err = GlusterCLI.execute_cmd(@gluster_executable, args)
err_resp = parse_error(resp)
err_resp = GlusterCLI.parse_error(resp)
unless err_resp.ok?
raise CommandException.new(err_resp.ret, err_resp.message, err_resp.errno)
end
Expand Down

0 comments on commit 67ed09e

Please sign in to comment.