build-vm: remove trailing dot from script path

Allow to double click/middle click paste path a bit quicker.
This commit is contained in:
Matthieu Coudron 2018-03-09 17:36:57 +09:00
parent b7a2333ebe
commit 7b7860ff89

View File

@ -382,6 +382,6 @@ fi
if [ "$action" = build-vm ]; then
cat >&2 <<EOF
Done. The virtual machine can be started by running $(echo $pathToConfig/bin/run-*-vm).
Done. The virtual machine can be started by running $(echo $pathToConfig/bin/run-*-vm)
EOF
fi