lib/percheron/actions.rb in percheron-0.6.1 vs lib/percheron/actions.rb in percheron-0.6.2
- old
+ new
@@ -6,9 +6,10 @@
require 'percheron/actions/recreate'
require 'percheron/actions/rename'
require 'percheron/actions/build'
require 'percheron/actions/purge'
require 'percheron/actions/exec'
+require 'percheron/actions/exec_local'
module Percheron
module Actions
end
end