diff options
Diffstat (limited to 'stdlib/source/specification/lux/world/environment.lux')
-rw-r--r-- | stdlib/source/specification/lux/world/environment.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/specification/lux/world/environment.lux b/stdlib/source/specification/lux/world/environment.lux index 066ad2783..1a586c554 100644 --- a/stdlib/source/specification/lux/world/environment.lux +++ b/stdlib/source/specification/lux/world/environment.lux @@ -30,5 +30,5 @@ (and (not (dictionary.empty? environment)) (list.every? (|>> text.empty? not) (dictionary.keys environment)) - (not (text.empty? (at subject home))) - (not (text.empty? (at subject directory))))))))) + (not (text.empty? (of subject home))) + (not (text.empty? (of subject directory))))))))) |