aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/guix.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index 7fd75e9..cc21571 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -120,9 +120,8 @@
(define %commit
(let* ((port (open-input-pipe
"git --no-pager log --oneline HEAD -1 --format='%H'"))
- (str (read-line port)))
- (close-pipe port)
- str))
+ (str (read-line port)))
+ (close-pipe port) str))
(define %local-source
(local-file (dirname (dirname (current-filename)))