aboutsummaryrefslogtreecommitdiff
path: root/src/property/locale.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/locale.lisp')
-rw-r--r--src/property/locale.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/locale.lisp b/src/property/locale.lisp
index eafde35..135fbb7 100644
--- a/src/property/locale.lisp
+++ b/src/property/locale.lisp
@@ -21,7 +21,7 @@
(defprop %available :posix (locale)
(:desc (declare (ignore locale)) "/etc/locale.gen updated")
(:apply
- (assert-euid-root)
+ (assert-remote-euid-root)
(file:map-remote-file-lines
"/etc/locale.gen"
(lambda (lines)