lib/linner/command.rb in linner-0.6.2 vs lib/linner/command.rb in linner-0.6.3
- old
+ new
@@ -95,10 +95,9 @@
def watch_for_env
Listen.to Linner.root, filter: /(config\.yml|Linnerfile)$/ do |modified, added, removed|
Linner.env = Environment.new Linner.config_file
Linner::Bundler.new(env.bundles).perform
- perform
end
end
def exit!
Notifier.exit