diff --git a/lib/guard/hook.rb b/lib/guard/hook.rb index c2ae4c2..3f57b30 100644 --- a/lib/guard/hook.rb +++ b/lib/guard/hook.rb @@ -35,7 +35,7 @@ module Guard event end.to_sym - UI.debug "\nHook :#{hook_name} executed for #{self.class}" + UI.debug "Hook :#{hook_name} executed for #{self.class}" Hook.notify(self.class, hook_name, *args) end