lib/negroku/helpers/watch.rb in negroku-2.4.2 vs lib/negroku/helpers/watch.rb in negroku-2.5.0

- old
+ new

@@ -4,10 +4,10 @@ options[:name] ||= name options[:template] ||= name.to_sym if options[:template].kind_of?(Symbol) - options[:template] = "tasks/eye/_#{options[:template]}.erb" + options[:template] = "capistrano/templates/eye/_#{options[:template]}.erb" end processes[name] = options set :eye_watched_processes, processes