aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 5e9cd1c..5cf6c55 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -698,7 +698,8 @@
(package :consfigurator.property.reboot
(:local-nicknames (#:container #:consfigurator.property.container))
- (:export #:rebooted-at-end))
+ (:shadow #:at-end)
+ (:export #:at-end))
(package :consfigurator.property.installer
(:use #:consfigurator.property.disk #:cffi)