Skip to content

Commit

Permalink
resolve review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BobSilent authored May 22, 2024
1 parent f073669 commit c1e74f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion updater/bin/run.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c1e74f7

Please sign in to comment.