aboutsummaryrefslogtreecommitdiffstats
path: root/copilot.moon
diff options
context:
space:
mode:
Diffstat (limited to 'copilot.moon')
-rw-r--r--copilot.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/copilot.moon b/copilot.moon
index 802688c..71820fc 100644
--- a/copilot.moon
+++ b/copilot.moon
@@ -33,7 +33,7 @@ class Copilot
spit @file, root\stringify!
- ok, err = pcall @registry\patch!
+ ok, err = pcall @registry\patch
if not ok
L\error "error patching: #{err}"