Skip to content

Commit

Permalink
resolve review comment (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobSilent authored May 23, 2024
1 parent 60f568d commit 21fefc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions updater/bin/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#!/bin/bash
set -e

# 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

command="$1"
if [ -z "$command" ]; then
echo "usage: run [update_script|fetch_files|update_files]"
Expand Down

0 comments on commit 21fefc9

Please sign in to comment.