Skip to content

Commit

Permalink
Fix critique.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 27, 2024
1 parent ee40e0b commit 2550776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
:by-cron ',(uiop:ensure-list by-cron)
:on-pull-request ,on-pull-request
:cache ,cache)))
(let* ((workflow (,make-func-name) ))
(let ((workflow (,make-func-name) ))
(register-workflow workflow)
(on-workflow-redefinition workflow)
workflow))))
Expand Down

0 comments on commit 2550776

Please sign in to comment.