From 0eaec0737060594ca5378c74a95653b247727330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Bugajewski?= Date: Sun, 18 Jul 2021 22:37:23 +0200 Subject: [PATCH] Revert "Removed Sequential Binding" This reverts commit c91e4d4830ed7935895c54c9dbfcdbe60dc24368. --- drogon-homebrew-formula-update.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))