build-system/gnu: Fix typo.
* guix/build/gnu-build-system.scm (dump-file-contents): Fix typo in 'string-pad' argument.master
parent
88b87c352f
commit
248871e006
|
@ -342,7 +342,7 @@ makefiles."
|
|||
(define (dump file)
|
||||
(let ((prefix (string-append "\n--- " file " ")))
|
||||
(display (if (< (string-length prefix) 78)
|
||||
(string-pad-right prefix 78 #\---)
|
||||
(string-pad-right prefix 78 #\-)
|
||||
prefix)
|
||||
port)
|
||||
(display "\n\n" port)
|
||||
|
|
Reference in New Issue