aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-09-15 10:29:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-09-15 10:45:47 -0700
commit7689f67dd63acbc261a10a574629c9dbfefc8e43 (patch)
tree2a082504fb4d48137eeb4649bef84d9c06896a35 /consfigurator.asd
parentfc51d6631b26b283aa2b34616f2111015cc9cebe (diff)
downloadconsfigurator-7689f67dd63acbc261a10a574629c9dbfefc8e43.tar.gz
add basic ssh connection
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 9b34915..b907d41 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -3,4 +3,5 @@
:depends-on (:cl-ppcre)
:components ((:file "package")
(:file "util")
- (:file "core")))
+ (:file "core")
+ (:file "connection/ssh")))