aboutsummaryrefslogtreecommitdiff
path: root/forge
diff options
context:
space:
mode:
authorArun Isaac2022-02-18 09:56:57 +0530
committerArun Isaac2022-02-18 09:56:57 +0530
commit82ed8214c64ec990bf87b8354664ff939c41203d (patch)
tree81bed51d8416d59b2abea085b864380e44d49856 /forge
parent9f73440bf8e9afdce3758eab377467f87f2df440 (diff)
downloadguix-forge-82ed8214c64ec990bf87b8354664ff939c41203d.tar.gz
guix-forge-82ed8214c64ec990bf87b8354664ff939c41203d.tar.lz
guix-forge-82ed8214c64ec990bf87b8354664ff939c41203d.zip
forge: Shorten git download error message.
* forge/build/git.scm (download-git-to-store): Remove git-fetch: prefix in error message.
Diffstat (limited to 'forge')
-rw-r--r--forge/build/git.scm2
1 files changed, 1 insertions, 1 deletions
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))