[Projects] Fix typo in function call

This commit is contained in:
Daniel - 2018-08-05 16:29:03 +02:00
parent 843714c39b
commit 141ed2c4bc
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6

View File

@ -55,7 +55,7 @@
"Archive existing project."
(interactive (list
(completing-read "Short Name: " (projects-existing-projects) nil t)))
(unless (projects/project-exists-p short-name)
(unless (projects-project-exists-p short-name)
(user-error "Project %s does not exist, exiting" short-name))
(unless (file-exists-p projects-archive-directory)
(make-directory projects-archive-directory))