Sha256: 09d8f17ce852f71be05822ff668bd002227f8cef69d7fc2350cd9cab2e97ddf9
Contents?: true
Size: 525 Bytes
Versions: 3
Compression:
Stored size: 525 Bytes
Contents
module VagrantPlugins module ProviderVirtualBox 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