Sha256: 1518512e1e2348620d73460b1fdab2e480de13d158fd51a7e82cc54793ef93fd
Contents?: true
Size: 303 Bytes
Versions: 20
Compression:
Stored size: 303 Bytes
Contents
require 'pe_build/archive' require 'pe_build/command/copy' class PEBuild::Command::Download < Vagrant.plugin(2, :command) 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 end
Version data entries
20 entries across 20 versions & 1 rubygems