Fixed errror.

This commit is contained in:
Alexander Artemenko 2021-02-02 19:51:57 +03:00
parent e2b4386049
commit b856bed6b9

View file

@ -93,7 +93,7 @@ runs:
(if (string= custom-code "") (if (string= custom-code "")
(format t "No custom code~%") (format t "No custom code~%")
(uiop:eval-input custom-code)) (uiop:eval-input custom-code))
(format t "::endgroup::~%")) (format t "::endgroup::~%")))
# - name: Test # - name: Test
# shell: bash # shell: bash