Skip to content

Commit

Permalink
Revert "Removed Sequential Binding"
Browse files Browse the repository at this point in the history
This reverts commit c91e4d4.
  • Loading branch information
rbugajewski committed Jul 18, 2021
1 parent c91e4d4 commit 0eaec07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drogon-homebrew-formula-update.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 0eaec07

Please sign in to comment.