Sha256: add3b23721d192e4a706b17b1b8ea70eceba99b6a76fd5e77b0eaf6b36ead294
Contents?: true
Size: 466 Bytes
Versions: 7
Compression:
Stored size: 466 Bytes
Contents
require "vagrant/action/builtin/confirm" module VagrantPlugins module ProviderVirtualBox module Action class DestroyConfirm < Vagrant::Action::Builtin::Confirm def initialize(app, env) force_key = :force_confirm_destroy message = I18n.t("vagrant.commands.destroy.confirmation", :name => env[:machine].name) super(app, env, message, force_key) end end end end end
Version data entries
7 entries across 7 versions & 3 rubygems