Skip to content

Commit

Permalink
ddclient: fix RuboCop warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jun 12, 2017
1 parent e833a92 commit e083b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ddclient.rb
Expand Up @@ -93,6 +93,6 @@ def plist; <<-EOS.undent
Process.kill "TERM", pid
Process.wait
end
$?.success?
$CHILD_STATUS.success?
end
end

0 comments on commit e083b8b

Please sign in to comment.