Fixed format string.

This commit is contained in:
Alexander Artemenko 2021-02-02 10:55:41 +03:00
parent 39d1d76bfc
commit 5276c6aaf1

View file

@ -58,7 +58,7 @@ runs:
echo ::endgroup:: echo ::endgroup::
- name: Test Ros - name: Test Ros
shell: ros -Q -- $0 "$@" shell: ros -Q -- ${0} "$@"
run: | run: |
(progn (progn
(ros:ensure-asdf) (ros:ensure-asdf)