Skip to content

Commit

Permalink
fix: linting - add destroy confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic authored Aug 17, 2024
1 parent 30e0324 commit 31d0140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-zones/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module VagrantPlugins
module ProviderZone
# Run actions against the machine
module Action
module Action # rubocop:disable Metrics/ClassLength
include Vagrant::Action::Builtin
@logger = Log4r::Logger.new('vagrant_zones::action')

Expand Down
1 change: 1 addition & 0 deletions lib/vagrant-zones/action/message_not_created.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'log4r'

module VagrantPlugins
module ProviderZone
module Action
Expand Down

0 comments on commit 31d0140

Please sign in to comment.