aboutsummaryrefslogtreecommitdiff
path: root/lib/secrets.nom
diff options
context:
space:
mode:
Diffstat (limited to 'lib/secrets.nom')
-rw-r--r--lib/secrets.nom9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/secrets.nom b/lib/secrets.nom
index 60f7748..5d9551f 100644
--- a/lib/secrets.nom
+++ b/lib/secrets.nom
@@ -27,8 +27,7 @@ macro block [secret %key = %new_value] =:
| compiler:error("Assignment operation has the wrong type for the right hand side. "
| .."Expected Thunk, but got: "..vars.new_value.type.."\\nMaybe you used '=' instead of '=:'?")
|end
- ".."|do
- | local ret
- | \lua expr "compiler:tree_to_lua(vars.new_value.value)"\
- | secrets[\repr (%key's "value")\] = ret
- |end
+ ".."
+ |local ret
+ |\lua expr "compiler:tree_to_lua(vars.new_value.value)"\
+ |secrets[\repr (%key's "value")\] = ret