summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-08 13:58:13 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-08 13:58:44 +0200
commit1a9c27c092c8b72be98da3c762e59064fe5d3fa1 (patch)
tree377f2ad5d48ec6f2dab434bdf129165468bb4085 /nixos
parentaf69fcde47774876588fbf61179ca0e55fa69eac (diff)
downloadnixlib-1a9c27c092c8b72be98da3c762e59064fe5d3fa1.tar
nixlib-1a9c27c092c8b72be98da3c762e59064fe5d3fa1.tar.gz
nixlib-1a9c27c092c8b72be98da3c762e59064fe5d3fa1.tar.bz2
nixlib-1a9c27c092c8b72be98da3c762e59064fe5d3fa1.tar.lz
nixlib-1a9c27c092c8b72be98da3c762e59064fe5d3fa1.tar.xz
nixlib-1a9c27c092c8b72be98da3c762e59064fe5d3fa1.tar.zst
nixlib-1a9c27c092c8b72be98da3c762e59064fe5d3fa1.zip
Typo
Diffstat (limited to 'nixos')
-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 52b64c37578e..1c4eb9124e32 100644
--- a/nixos/modules/installer/tools/nixos-rebuild.sh
+++ b/nixos/modules/installer/tools/nixos-rebuild.sh
@@ -226,7 +226,7 @@ fi
 # default and/or activate it now.
 if [ "$action" = switch -o "$action" = boot -o "$action" = test ]; then
     if ! $pathToConfig/bin/switch-to-configuration "$action"; then
-        echo "warning: there were error switching to the new configuration" >&2
+        echo "warning: error(s) occured while switching to the new configuration" >&2
         exit 1
     fi
 fi