aboutsummaryrefslogtreecommitdiff
path: root/src/connection/local.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-21 09:04:27 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-21 09:04:44 -0700
commit40a298370f70d19e0918e6f42b22b49a6433856e (patch)
tree0f16b0b4999b794ada62b2f0bb89b28711265fb4 /src/connection/local.lisp
parenteb847460ba81a49a56c4d7144d97761c151d05b6 (diff)
downloadconsfigurator-40a298370f70d19e0918e6f42b22b49a6433856e.tar.gz
update package name
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection/local.lisp')
-rw-r--r--src/connection/local.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connection/local.lisp b/src/connection/local.lisp
index e56ffd2..b54fcd6 100644
--- a/src/connection/local.lisp
+++ b/src/connection/local.lisp
@@ -65,6 +65,6 @@ root Lisp is running on, as the root Lisp's uid."))
;; implementations of ESTABLISH-CONNECTION will rely on this when they call
;; RUN, READFILE etc.
(eval-when (:load-toplevel :execute)
- (unless consfigurator.core::*connection*
- (setq consfigurator.core::*connection*
+ (unless consfigurator::*connection*
+ (setq consfigurator::*connection*
(make-instance 'local-connection))))