about summary refs log tree commit diff
path: root/doc/hello-world.scm
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hello-world.scm')
-rw-r--r--doc/hello-world.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hello-world.scm b/doc/hello-world.scm
index 1624053..3b44dbb 100644
--- a/doc/hello-world.scm
+++ b/doc/hello-world.scm
@@ -1,5 +1,5 @@
 (define print
-  (command #:inputs (message #:type 'string)
+  (command #:inputs (message #:type string)
            #:run "echo" message))
 
 (workflow ((message #:type string))