diff --git a/drogon-homebrew-formula-update.lisp b/drogon-homebrew-formula-update.lisp index 737fbd0..aecf4ee 100644 --- a/drogon-homebrew-formula-update.lisp +++ b/drogon-homebrew-formula-update.lisp @@ -98,7 +98,7 @@ VERSION number." "Update Drogon at DROGON-REPOSITORY-PATH to Drogon VERSION. Patch the Homebrew formula at HOMEBREW-FORMULA-REPOSITORY-PATH. Then commit and push the changes to the latter repository." - (let ((drogon-path (uiop:native-namestring drogon-repository-path)) + (let* ((drogon-path (uiop:native-namestring drogon-repository-path)) (formula-path (uiop:native-namestring homebrew-formula-repository-path)) (digest (drogon-digest version)) (revision (trantor-revision version drogon-path)))