Sha256: 079549a4b48e12c45b445033568e29e327c1cb89f597d710fac0312122df53d1
Contents?: true
Size: 437 Bytes
Versions: 3
Compression:
Stored size: 437 Bytes
Contents
module HashiCorp module VagrantVMwareworkstation 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
3 entries across 3 versions & 1 rubygems