fix: add missing space

This commit is contained in:
Jose Diaz-Gonzalez
2025-12-22 15:35:46 -05:00
committed by GitHub
parent 913fd79f59
commit 812329823b

View File

@@ -284,8 +284,8 @@ deploy-test-static:
test-ci-binaries:
docker exec dokku bash -c "whereis logrotate" || { echo "logrotate not found" ; exit 1; }
docker exec dokku bash -c "whereis systemd" && {echo "systemd found" ; exit 1; }
docker exec dokku bash -c "whereis rsyslog" && { echo "systemd found" ; exit 1; }
docker exec dokku bash -c "whereis rsyslog" && { echo "rsyslog found" ; exit 1; }
docker exec dokku bash -c "whereis systemd" && { echo "systemd found" ; exit 1; }
deploy-tests:
@echo running deploy tests...