Skip to content

Commit

Permalink
[WIP] Introduce rubocop violation to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Nov 17, 2022
1 parent 38ae935 commit edfbeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/lib/forklift/box_distributor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module Forklift
class BoxDistributor

VAGRANTFILE_API_VERSION = '2'
VAGRANTFILE_API_VERSION = '2'.freeze

def initialize(boxes)
@ansible_groups = {}
Expand Down

0 comments on commit edfbeea

Please sign in to comment.