Skip to content

Commit

Permalink
Fix vb.name
Browse files Browse the repository at this point in the history
  • Loading branch information
oxr463 authored Aug 26, 2020
1 parent d30d7a6 commit 36145c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Vagrant.configure("2") do |config|
config.vm.box = "generic/alpine312"

config.vm.provider "virtualbox" do |vb|
vb.name = "PT_VM" # Penetration Testing Virtual Machine
vb.name = "pentesting-vm"
end

config.vm.provision "shell", inline: <<-SHELL
Expand Down

0 comments on commit 36145c5

Please sign in to comment.