summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tissue/git.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/tissue/git.scm b/tissue/git.scm
index d557984..69e8cb6 100644
--- a/tissue/git.scm
+++ b/tissue/git.scm
@@ -46,8 +46,7 @@
diff)))
(define (git-top-level)
- "Return the top-level directory of the current git
-repository."
+ "Return the top-level directory of the current git repository."
(let loop ((curdir (getcwd)))
(cond
((file-exists? (string-append curdir "/.git"))