From 5115052c1fb7491925a68c5a8745ac9b884a4075 Mon Sep 17 00:00:00 2001 From: Coby Allred Date: Thu, 10 Oct 2024 13:37:23 -0700 Subject: [PATCH] Fix typo in installcredprovider.sh (#526) Missed this commit in #524, adding it back now. --- helpers/installcredprovider.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/installcredprovider.sh b/helpers/installcredprovider.sh index 132cf6e..076fc1c 100755 --- a/helpers/installcredprovider.sh +++ b/helpers/installcredprovider.sh @@ -22,7 +22,7 @@ if [ -z ${USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER} ] || [ ${USE_NET6_ARTIFACTS_CR exit 1 ;; esac -else if [ -z ${USE_NET8_ARTIFACTS_CREDENTIAL_PROVIDER} ] || [ ${USE_NET8_ARTIFACTS_CREDENTIAL_PROVIDER} != "false" ]; then +elif [ -z ${USE_NET8_ARTIFACTS_CREDENTIAL_PROVIDER} ] || [ ${USE_NET8_ARTIFACTS_CREDENTIAL_PROVIDER} != "false" ]; then FILE="Microsoft.Net8.NuGet.CredentialProvider.tar.gz" # throw if version starts < 1.3.0. (net8 not supported)