From bb66adb1d4aaedf48fadd43c2079a06c8b0a0938 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Mon, 7 Apr 2014 20:56:10 -0400 Subject: [PATCH] Rename indices file. --- coleslaw.asd | 2 +- src/{indices.lisp => indexes.lisp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{indices.lisp => indexes.lisp} (100%) diff --git a/coleslaw.asd b/coleslaw.asd index fa79d2f..1ee5bea 100644 --- a/coleslaw.asd +++ b/coleslaw.asd @@ -21,7 +21,7 @@ (:file "themes") (:file "content") (:file "posts") - (:file "indices") + (:file "indexes") (:file "feeds") (:file "coleslaw")) :in-order-to ((test-op (load-op coleslaw-tests))) diff --git a/src/indices.lisp b/src/indexes.lisp similarity index 100% rename from src/indices.lisp rename to src/indexes.lisp