From 7c1d42bf1099a72dcd9f16c6cfbc2a0b1c6745da Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Tue, 9 Jun 2026 17:25:47 +0200 Subject: [PATCH] start: drop space in "sleep 10 s" for consistency Match the "within 600s" wording. Closes #37. --- start/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start/action.yml b/start/action.yml index aecd64a..a7c098a 100644 --- a/start/action.yml +++ b/start/action.yml @@ -157,7 +157,7 @@ runs: cat ~/.docker/desktop/log/vm/*.log 2>/dev/null || true exit 1 fi - echo "docker not ready, sleep 10 s and try again" + echo "docker not ready, sleep 10s and try again" sleep 10 done echo "Docker started and ready"