summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nixos-rebuild.sh
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2018-03-09 17:36:57 +0900
committerMatthieu Coudron <mattator@gmail.com>2018-03-12 17:31:24 +0900
commit7b7860ff8958efa70d164f2e8d7477fb6aadfe39 (patch)
treede508420b501acd057bcadf3ad2124f17ee28a16 /nixos/modules/installer/tools/nixos-rebuild.sh
parentb7a2333ebe7a0916c9791f3b7a839e8095c39f7f (diff)
downloadnixpkgs-7b7860ff8958efa70d164f2e8d7477fb6aadfe39.tar
nixpkgs-7b7860ff8958efa70d164f2e8d7477fb6aadfe39.tar.gz
nixpkgs-7b7860ff8958efa70d164f2e8d7477fb6aadfe39.tar.bz2
nixpkgs-7b7860ff8958efa70d164f2e8d7477fb6aadfe39.tar.lz
nixpkgs-7b7860ff8958efa70d164f2e8d7477fb6aadfe39.tar.xz
nixpkgs-7b7860ff8958efa70d164f2e8d7477fb6aadfe39.tar.zst
nixpkgs-7b7860ff8958efa70d164f2e8d7477fb6aadfe39.zip
build-vm: remove trailing dot from script path
Allow to double click/middle click paste path a bit quicker.
Diffstat (limited to 'nixos/modules/installer/tools/nixos-rebuild.sh')
-rw-r--r--nixos/modules/installer/tools/nixos-rebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/nixos-rebuild.sh b/nixos/modules/installer/tools/nixos-rebuild.sh
index 9ede74a54cd..2af73519bc5 100644
--- a/nixos/modules/installer/tools/nixos-rebuild.sh
+++ b/nixos/modules/installer/tools/nixos-rebuild.sh
@@ -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