1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Remove typo from vmm KVM attach_disk script

This commit is contained in:
Jaime Melis 2012-06-22 15:39:54 +02:00
parent bbc1c70dbc
commit bf273b5f76

View File

@ -53,7 +53,6 @@ TYPE=$(echo "$TYPE"|tr A-Z a-z)
case "$TYPE" in
block)
TYPE
TYPE_SOURCE="dev"
DEVICE="disk"
;;