lib/fourchette/github.rb in fourchette-0.0.2 vs lib/fourchette/github.rb in fourchette-0.0.3
- old
+ new
@@ -70,10 +70,10 @@
existing_hook
end
def enable(hook)
if hook.active
- logger.error 'The hook is already active, dude!'
+ logger.error 'The hook is already active!'
else
toggle_active_state_to hook, true
end
end
\ No newline at end of file