From 35028adc11107f035aa0c930d2f70a7dff2841be Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 29 Sep 2021 11:44:47 -0700 Subject: DATA.LOCAL-FILE: fix IN-PACKAGE form Reported-by: David Bremner Signed-off-by: Sean Whitton --- src/data/local-file.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/local-file.lisp b/src/data/local-file.lisp index 080c0da..7f94dff 100644 --- a/src/data/local-file.lisp +++ b/src/data/local-file.lisp @@ -15,7 +15,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with this program. If not, see . -(in-package :consfigurator.data.git-snapshot) +(in-package :consfigurator.data.local-file) (named-readtables:in-readtable :consfigurator) (defmethod register-data-source -- cgit v1.2.3