Skip to content

Commit b80d7cd

Browse files
author
Bishwa K. Thapa
committed
Spelling mistake
1 parent ea27206 commit b80d7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Vagrant.configure(2) do |config|
55
d.vm.hostname = "sdn-vm"
66
d.vm.provision :shell, path: "scripts/java8-oracle.sh"
77
d.vm.provision :shell, path: "scripts/mininet.sh"
8-
d.vm.provision :shell, path: "scritps/onos-setup.sh"
8+
d.vm.provision :shell, path: "scripts/onos-setup.sh"
99
d.vm.provider "virtialbox" do |v|
1010
v.customize ["modifyvm", :id, "--nicpromisc2","allow-all"]
1111
v.memory= 2048

0 commit comments

Comments
 (0)