summary refs log tree commit diff
path: root/doc/capture-stdout.scm
diff options
context:
space:
mode:
Diffstat (limited to 'doc/capture-stdout.scm')
-rw-r--r--doc/capture-stdout.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/capture-stdout.scm b/doc/capture-stdout.scm
index 1aed277..b9b6774 100644
--- a/doc/capture-stdout.scm
+++ b/doc/capture-stdout.scm
@@ -1,7 +1,7 @@
 (define print
   (command #:inputs (message #:type string)
            #:run "echo" message
-           #:outputs (printed-message #:type 'stdout)))
+           #:outputs (printed-message #:type stdout)))
 
 (workflow ((message #:type string))
   (print #:message message))