Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Jul 17, 2024
1 parent 906c729 commit 01113a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/docker/bin/renovate
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [[ -f "/usr/local/etc/env" && -z "${CONTAINERBASE_ENV+x}" ]]; then
. /usr/local/etc/env
fi

node "${RENOVATE_NODE_ARGS[@]}" /usr/local/renovate/dist/renovate.js "$@"
node "${RENOVATE_NODE_ARGS[@]}" /usr/local/renovate/dist/lib/renovate.js "$@"
2 changes: 1 addition & 1 deletion tools/docker/bin/renovate-config-validator
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [[ -f "/usr/local/etc/env" && -z "${CONTAINERBASE_ENV+x}" ]]; then
. /usr/local/etc/env
fi

node /usr/local/renovate/dist/config-validator.js "$@"
node /usr/local/renovate/dist/lib/config-validator.js "$@"

0 comments on commit 01113a1

Please sign in to comment.