[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: potluck: Fix typo in host-channel.
From: |
Andy Wingo |
Subject: |
01/01: potluck: Fix typo in host-channel. |
Date: |
Thu, 13 Apr 2017 08:18:07 -0400 (EDT) |
wingo pushed a commit to branch wip-potluck
in repository guix.
commit 72e3ea1d6bbb5ce358e54b4e473122a04ce32ddd
Author: Andy Wingo <address@hidden>
Date: Thu Apr 13 14:17:45 2017 +0200
potluck: Fix typo in host-channel.
* guix/potluck/host.scm (copy-header-comments): Fix typo.
---
guix/potluck/host.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/potluck/host.scm b/guix/potluck/host.scm
index 283562a..948dbd4 100644
--- a/guix/potluck/host.scm
+++ b/guix/potluck/host.scm
@@ -246,7 +246,7 @@
(let lp ()
(let ((line (read-line in)))
(unless (eof-object? line)
- (let ((trimmed (string-trim-left line)))
+ (let ((trimmed (string-trim line)))
(when (or (string-null? trimmed) (string-prefix? ";" trimmed))
(display trimmed port)
(newline port)