Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit bba73a6

Browse files
committed
typo
1 parent a805853 commit bba73a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script-library/azcli-debian.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ architecture="$(dpkg --print-architecture)"
168168
CACHED_AZURE_VERSION="${AZ_VERSION}" # In case we need to fallback to pip and the apt path has modified the AZ_VERSION variable.
169169
if [[ "${AZCLI_ARCHIVE_ARCHITECTURES}" = *"${architecture}"* ]] && [[ "${AZCLI_ARCHIVE_VERSION_CODENAMES}" = *"${VERSION_CODENAME}"* ]]; then
170170
install_using_apt || use_pip="true"
171-
use_pip="true"
172171
else
173172
use_pip="true"
174173
fi

0 commit comments

Comments
 (0)