summaryrefslogtreecommitdiffstats
path: root/nix-script-switch.sh
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-07-28 18:37:18 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-07-28 18:47:05 +0200
commit63c7df1e39ca4fbd0a68bd1bc4c9e4d304150885 (patch)
tree4436f78897d6b370b871f886560758c634167083 /nix-script-switch.sh
parent9d91b7df35de760b509f1eab6f7cd61207088ef3 (diff)
switch command: Dont do annotated tagging
Diffstat (limited to 'nix-script-switch.sh')
-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 8051e24..37ff29e 100755
--- a/nix-script-switch.sh
+++ b/nix-script-switch.sh
@@ -132,7 +132,7 @@ then
fi
fi
- __git "$WD" tag -a "$TAG_NAME"
+ __git "$WD" tag "$TAG_NAME"
if [[ ! -z "$NIXPKGS" ]]
then