From 2f39355bad5c3b80fd767b2066ca4cc3c130f8db Mon Sep 17 00:00:00 2001 From: Michael Bishop Date: Mon, 10 Sep 2018 16:42:57 -0300 Subject: [PATCH] change the output API of nix-prefetch-git back to what `GitInput.pm` expects --- src/script/nix-prefetch-git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/nix-prefetch-git b/src/script/nix-prefetch-git index 34dfe67d..1bf12352 100755 --- a/src/script/nix-prefetch-git +++ b/src/script/nix-prefetch-git @@ -411,7 +411,7 @@ else fi fi - print_results "$hash" + echo "$hash" if test -n "$PRINT_PATH"; then echo "$finalPath"