From 32ee12997d95854d17aadc39722b329854cff613 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 5 Oct 2015 16:41:17 +0200 Subject: Call git here without explanation output Fixes #105 --- nix-script-switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-script-switch.sh b/nix-script-switch.sh index 93d8d49..6d14122 100755 --- a/nix-script-switch.sh +++ b/nix-script-switch.sh @@ -170,7 +170,7 @@ dbg "ARGS = $ARGS" [[ ! -d "$WD" ]] && stderr "No directory: $WD" && exit 1 -TAG_TARGET=$(__git "$WD" rev-parse HEAD) +TAG_TARGET=$(__quiet__ __git "$WD" rev-parse HEAD) stdout "Tag in config will be generated at '$TAG_TARGET'" if [[ -z "$DONT_BUILD" ]] -- cgit v1.2.3