From d39ccc1403762b19b9966493342867b115294a2e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 20 Mar 2021 12:39:58 -0700 Subject: add and use :CONSFIGURATOR named readtable Signed-off-by: Sean Whitton --- src/connection/ssh.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/connection/ssh.lisp') diff --git a/src/connection/ssh.lisp b/src/connection/ssh.lisp index da32070..f4903b5 100644 --- a/src/connection/ssh.lisp +++ b/src/connection/ssh.lisp @@ -16,8 +16,7 @@ ;;; along with this program. If not, see . (in-package :consfigurator.connection.ssh) - -(named-readtables:in-readtable :interpol-syntax) +(named-readtables:in-readtable :consfigurator) (defmethod establish-connection ((type (eql :ssh)) remaining &key -- cgit v1.2.3