Skip to content

Commit 8f16132

Browse files
committed
typo
1 parent bf78b2c commit 8f16132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-box.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fi
6060

6161
#Spin up VM with seed.iso
6262
echo "Creating VM..."
63-
VM="amazonliunux2"
63+
VM="amazonlinux2"
6464
VBoxManage createvm --name $VM --ostype "Linux_64" --register
6565
VBoxManage storagectl $VM --name "SATA Controller" --add sata --controller IntelAHCI
6666
VBoxManage storageattach $VM --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium ${path}

0 commit comments

Comments
 (0)