From 25a8f033de85b2f14b3dd5eb4ca1a0388ca9231c Mon Sep 17 00:00:00 2001 From: mattwparas Date: Wed, 10 Jul 2024 14:11:36 -0700 Subject: [PATCH] update shell command in docs --- STEEL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STEEL.md b/STEEL.md index a5b9d57dc..522e063d8 100644 --- a/STEEL.md +++ b/STEEL.md @@ -48,7 +48,7 @@ to be used as typed commands. For example: (define (shell cx . args) ;; Replace the % with the current file (define expanded (map (lambda (x) (if (equal? x "%") (current-path cx) x)) args)) - (helix.run-shell-command expanded)) + (apply helix.run-shell-command expanded)) ;;@doc ;; Adds the current file to git