Skip to content

Commit e01bd58

Browse files
addressing review comments
1 parent e9d76a9 commit e01bd58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docker-in-docker/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,8 @@ if [ "${INSTALL_DOCKER_COMPOSE_SWITCH}" = "true" ] && ! type compose-switch > /d
758758
set +e
759759
find_version_from_git_tags compose_switch_version "$compose_switch_url"
760760
if [ $? -ne 0 ] || [ -z "${compose_switch_version}" ] || [ "${compose_switch_version}" = "latest" ]; then
761-
echo "(*) GitHub API rate limited or failed, using fallback version 1.0.5"
762-
compose_switch_version="1.0.5"
761+
echo "(*) GitHub API rate limited or failed, using fallback method"
762+
fallback_compose-switch "$compose_switch_url"
763763
fi
764764
set -e
765765

0 commit comments

Comments
 (0)