Skip to content

Commit

Permalink
Add require 'fileutils' to multistage.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rouffj committed Jan 3, 2009
1 parent eaba1d9 commit 930ca84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/capistrano/ext/multistage.rb
@@ -1,3 +1,5 @@
require 'fileutils'

unless Capistrano::Configuration.respond_to?(:instance)
abort "capistrano/ext/multistage requires Capistrano 2"
end
Expand Down

0 comments on commit 930ca84

Please sign in to comment.