diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-02-28 08:27:15 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-02-28 08:27:15 -0800 |
commit | a1e4fa7194da184b74083362de537ece23a2f2f1 (patch) | |
tree | 7d1fef0e934f3472c4e5b0fb62fd6af367b45704 /sandbox | |
parent | 85553e522cfd8cf6ecb9f8c6819bff044197502b (diff) | |
download | mu-a1e4fa7194da184b74083362de537ece23a2f2f1.tar.gz |
3748
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/005-sandbox.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/005-sandbox.mu b/sandbox/005-sandbox.mu index b5ccd98f..bf05d266 100644 --- a/sandbox/005-sandbox.mu +++ b/sandbox/005-sandbox.mu @@ -186,7 +186,7 @@ def update-recipes env:&:environment, resources:&:resources, screen:&:screen -> ] # replaced in a later layer -def! update-sandbox sandbox:&:sandbox, env:&:environment, idx:num -> sandbox:&:sandbox, env:&:environment [ +def update-sandbox sandbox:&:sandbox, env:&:environment, idx:num -> sandbox:&:sandbox, env:&:environment [ local-scope load-ingredients data:text <- get *sandbox, data:offset |