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