Sha256: d7938623836f65931838f050bc4b67c9f4d3e611267607f2dcbf5860d09093f2
Contents?: true
Size: 521 Bytes
Versions: 3
Compression:
Stored size: 521 Bytes
Contents
module HashiCorp module VagrantVMwarefusion 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