Change the value of constants/current-project

Yesterday evening, I moved the blog directory to website/blog; I forgot to
update this value.
This commit is contained in:
William Carroll 2020-03-20 16:56:46 +00:00
parent ae9e83f5d7
commit 1cc1ce5ccf

View file

@ -21,7 +21,7 @@
;; current consumers of these constants, and I'm unsure if the indirection that
;; globally defined constants introduces is worth it.
(defconst constants/current-project "~/briefcase/blog"
(defconst constants/current-project "~/briefcase/website"
"Variable holding the directory for my currently active project.")
(prelude/assert (f-directory? constants/current-project))