Skip to content

Commit

Permalink
remove arch from prune command
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Feb 6, 2024
1 parent 12508ee commit 649bb11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/kitchen/driver/vagrant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ def finalize_box_auto_prune!
return if config[:box_auto_prune].nil?

cmd = "#{config[:vagrant_binary]} box prune --force --keep-active-boxes --name #{config[:box]}"
cmd += " --architecture #{config[:box_arch]}" if config[:box_arch]
cmd += " --provider #{config[:provider]}" if config[:provider]
config[:box_auto_prune] = cmd
end
Expand Down

0 comments on commit 649bb11

Please sign in to comment.