Skip to content

Commit 9902f78

Browse files
committed
Fix ordering of files in the system file.
1 parent d07d5a1 commit 9902f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quicklisp-controller.asd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
#:drakma
1313
#:ironclad)
1414
:serial t
15-
:components ((:file "config")
16-
(:file "tarhash")
15+
:components ((:file "tarhash")
1716
(:file "package")
17+
(:file "config")
1818
(:file "setup")
1919
(:file "logical-host")
2020
(:file "commands")

0 commit comments

Comments
 (0)