Skip to content

Commit

Permalink
Adding mingw as a windows platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckozus committed Aug 7, 2008
1 parent ca76fda commit 89257e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/recipes/deploy/local_dependency.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def find_in_path(utility)
end

def self.on_windows?
RUBY_PLATFORM =~ /mswin/
RUBY_PLATFORM =~ /mswin|mingw/
end

def self.windows_executable_extensions
Expand Down

0 comments on commit 89257e3

Please sign in to comment.