summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create.sh b/scripts/create.sh
index e280e7cea..f15fdc1bc 100755
--- a/scripts/create.sh
+++ b/scripts/create.sh
@@ -319,7 +319,7 @@ case $tgttype {
print "Converting raw image to VDI..."
VBoxManage convertdd dst.ima dst.vdi
rm dst.ima
- print "Moving VDI image to $tgt..."
+ print "Moving VDI image to $tgt.vdi..."
mv -f dst.vdi "$tgt".vdi
;;
}