Sha256: a8e6890e3c6c5980db6a7a897b9d1886b7324c634d175c416f7382f9e84fc0ca
Contents?: true
Size: 526 Bytes
Versions: 3
Compression:
Stored size: 526 Bytes
Contents
module HashiCorp module VagrantVMwareworkstation module Action class MessageSnapshotNotDeleted def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_snap.actions.vm.snapshot_not_deleted.not_deleted", :snapshot => env[:snap_name]), ) @app.call(env) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems