From c1e74f74feae73d6f090dddbe408c57acdaabbbe Mon Sep 17 00:00:00 2001 From: Andre Mainka Date: Wed, 22 May 2024 22:38:52 +0200 Subject: [PATCH] resolve review comment --- updater/bin/run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/updater/bin/run.sh b/updater/bin/run.sh index e8421c52..6a8f574e 100755 --- a/updater/bin/run.sh +++ b/updater/bin/run.sh @@ -1,7 +1,9 @@ #!/bin/bash set -e -# WORKAROUND for https://github.com/ruby/resolv/issues/23, see also https://github.com/tinglesoftware/dependabot-azure-devops/pull/369 +# This is a WORKAROUND for https://github.com/ruby/resolv/issues/23 +# see also https://github.com/tinglesoftware/dependabot-azure-devops/pull/369 +# see also https://github.com/tinglesoftware/dependabot-azure-devops/pull/834 if [ -n "$WORKAROUND_CMD" ]; then eval "$WORKAROUND_CMD" fi