build-vm: remove trailing dot from script path

Allow to double click/middle click paste path a bit quicker.

Changed files
+1 -1
nixos
modules
installer
+1 -1
nixos/modules/installer/tools/nixos-rebuild.sh
···
if [ "$action" = build-vm ]; then
cat >&2 <<EOF
-
Done. The virtual machine can be started by running $(echo $pathToConfig/bin/run-*-vm).
EOF
fi
···
if [ "$action" = build-vm ]; then
cat >&2 <<EOF
+
Done. The virtual machine can be started by running $(echo $pathToConfig/bin/run-*-vm)
EOF
fi