From 62445866858ddcbe63502165e9572b05d0908036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Fr=C3=A9con?= Date: Thu, 15 Feb 2024 23:33:24 +0100 Subject: [PATCH] Fix tag line --- orchestrator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator.sh b/orchestrator.sh index cdc646e..7d468b0 100755 --- a/orchestrator.sh +++ b/orchestrator.sh @@ -101,7 +101,7 @@ RUNNER_UPDATE=${RUNNER_UPDATE:-"0"} . "$ORCHESTRATOR_ROOTDIR/lib/common.sh" # shellcheck disable=SC2034 # Used in sourced scripts -KRUNVM_RUNNER_DESCR="Run several krunvm-based GitHub runners on a single host" +KRUNVM_RUNNER_DESCR="Run krunvm-based GitHub runners on a single host" while getopts "c:d:D:g:G:i:Il:L:m:M:n:p:s:t:T:u:Uvh-" opt; do