From edfbeeab44f1c7783297b730cc6632903fe3a8ba Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 17 Nov 2022 14:27:52 +0100 Subject: [PATCH] [WIP] Introduce rubocop violation to test --- vagrant/lib/forklift/box_distributor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/lib/forklift/box_distributor.rb b/vagrant/lib/forklift/box_distributor.rb index ba56dd631..3850673ac 100644 --- a/vagrant/lib/forklift/box_distributor.rb +++ b/vagrant/lib/forklift/box_distributor.rb @@ -5,7 +5,7 @@ module Forklift class BoxDistributor - VAGRANTFILE_API_VERSION = '2' + VAGRANTFILE_API_VERSION = '2'.freeze def initialize(boxes) @ansible_groups = {}