Sha256: 6aa07cebac577eec22042abb4c1e02a1c07b3821c15108a6d6217ccda1c2ede9
Contents?: true
Size: 432 Bytes
Versions: 11
Compression:
Stored size: 432 Bytes
Contents
module HashiCorp module VagrantVMwarefusion module Action class MessageSnapshotNotCreated def initialize(app, env) @app = app end def call(env) env[:ui].info I18n.t("vagrant_snap.actions.vm.snapshot_not_created") @app.call(env) end end end end end
Version data entries
11 entries across 11 versions & 2 rubygems