From 1111210047f3ca62a2fec5d0ca20bce5cad25f12 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 14 Dec 2017 13:57:53 -0800 Subject: Updating some more stuff. --- lib/secrets.nom | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/secrets.nom') diff --git a/lib/secrets.nom b/lib/secrets.nom index 76bf6b3..0b9b1b1 100644 --- a/lib/secrets.nom +++ b/lib/secrets.nom @@ -1,10 +1,10 @@ require "lib/core.nom" compile [with secrets %block] to code: ".." - |do; - | local secrets = {}; - | \(%block as lua statements) - |end; + do + local secrets = {}; + \(%block as lua statements) + end # Access the lua variable that should be within scope compile [secrets] to: "secrets" -- cgit v1.2.3