Skip to content

Commit 5c79e06

Browse files
correct yaml
1 parent 79acc4f commit 5c79e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudevents/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ deploy-ci:
147147
pwd && \
148148
ls -la
149149
@echo "from manual test tools versions file contains:"
150-
cat .tool-versions
150+
cat .tool-versions || echo " -> .tool-versions file not found in this directory"
151151
/usr/local/bin/asdf --version
152152
@echo "Setting up asdf environment and adding plugins"
153153
export ASDF_DATA_DIR=$$HOME/.asdf && \

0 commit comments

Comments
 (0)