summaryrefslogtreecommitdiff
path: root/ack.kpl
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-08 11:37:47 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-08 11:37:47 -0400
commit9c4bd70bcf7a8672c5e7d7d0a0579304f7c67048 (patch)
treee02da60a9b771dbae20bb5a4eccb3ed59069f22e /ack.kpl
parent2df0f33fa89d4cd3d7378e1e8bd91d9e6e4c6936 (diff)
remove assigment from namespace
Diffstat (limited to 'ack.kpl')
-rw-r--r--ack.kpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ack.kpl b/ack.kpl
index 5b13d38..209a16d 100644
--- a/ack.kpl
+++ b/ack.kpl
@@ -21,7 +21,7 @@
)
`is_main Fn $ (
- ( args ) : `use "sys"
+ ( args ) `use "sys"
? 4 != `length args {
`return `error String $ (
"#BOLD#RED#Got: %#\n" `format `join args