From 82ed8214c64ec990bf87b8354664ff939c41203d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 18 Feb 2022 09:56:57 +0530 Subject: forge: Shorten git download error message. * forge/build/git.scm (download-git-to-store): Remove git-fetch: prefix in error message. --- forge/build/git.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forge') diff --git a/forge/build/git.scm b/forge/build/git.scm index 444e3d6..428589e 100644 --- a/forge/build/git.scm +++ b/forge/build/git.scm @@ -48,7 +48,7 @@ return store path. git and certificates should be in the environment." (with-directory-excursion directory (guard (condition ((invoke-error? condition) (format (current-error-port) - "git-fetch: '~a~{ ~a~}' failed with exit code ~a~%" + "'~a~{ ~a~}' failed with exit code ~a~%" (invoke-error-program condition) (invoke-error-arguments condition) (invoke-error-exit-status condition)) -- cgit v1.2.3