From ff20d992838f913e79c6dc73ab02fb54165015af Mon Sep 17 00:00:00 2001
From: Emmanuel Bruno <emmanuel.bruno@univ-tln.fr>
Date: Thu, 8 Dec 2022 20:33:42 +0100
Subject: [PATCH] fixes typos.

---
 ci-wrappers.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci-wrappers.sh b/ci-wrappers.sh
index 11fdc9f..ce4bdee 100644
--- a/ci-wrappers.sh
+++ b/ci-wrappers.sh
@@ -271,9 +271,9 @@ docker run -d --restart always \
   -v /var/run/docker.sock:/var/run/docker.sock \
  -v "${workdir}":"${workdir}" \
   myoung34/github-runner:latest
-  #  -e RUNNER_GROUP="my-group" \
   -e RUNNER_SCOPE="org" \
   -e ORG_NAME="${GITHUBORG}" \
 #  -e DISABLE_AUTO_UPDATE="true" \
 #-e LABELS="my-label,other-label" \
+  #  -e RUNNER_GROUP="my-group" \
 )
\ No newline at end of file
-- 
GitLab