aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-23 14:23:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-23 14:35:13 -0700
commit66a9404ddc9541dde17cdf9e99b15f2b197409f5 (patch)
tree2775df32d523950ca152acaa8db2f6a3e75a79dd /src/package.lisp
parent98b29ed4ce015721a85f45b87e051809eaf546f8 (diff)
downloadconsfigurator-66a9404ddc9541dde17cdf9e99b15f2b197409f5.tar.gz
rename REBOOT:REBOOTED-AT-END -> REBOOT:AT-END
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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)