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:
parent
ae9e83f5d7
commit
1cc1ce5ccf
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue