Class: PEBuild::Command::Download

Inherits:
Object
  • Object
show all
Defined in:
lib/pe_build/command/download.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



6
7
8
9
# File 'lib/pe_build/command/download.rb', line 6

def execute
  @env.ui.warn "vagrant pe-build download is deprecated, use vagrant pe-build copy", :prefix => true
  PEBuild::Command::Copy.new(@argv, @env).execute
end