summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-09-25 13:08:07 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-10-04 14:08:59 +0200
commit62fda1f9e0994751a1905b22f1db6d04f831afaf (patch)
tree74054310e6f5e60b4e54ab151bd7e8fa03c82e94
parentcd4db096e5d1cb89ed328d3247efec7db1145e54 (diff)
Fix typo
-rwxr-xr-xnix-script-switch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-script-switch.sh b/nix-script-switch.sh
index fddb453..82f3355 100755
--- a/nix-script-switch.sh
+++ b/nix-script-switch.sh
@@ -207,7 +207,7 @@ then
stdout "Trying to generate tag in $NIXPKGS"
tag_nixpkgs "$NIXPKGS"
else
- stderr "Do not generate a tag in the nixpkgs clon"
+ stderr "Do not generate a tag in the nixpkgs clone"
stderr "no NIXPKGS given."
usage
stderr "Continuing..."