Skip to content

Commit 5115052

Browse files
authored
Fix typo in installcredprovider.sh (#526)
Missed this commit in #524, adding it back now.
1 parent 2a2891c commit 5115052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/installcredprovider.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ -z ${USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER} ] || [ ${USE_NET6_ARTIFACTS_CR
2222
exit 1
2323
;;
2424
esac
25-
else if [ -z ${USE_NET8_ARTIFACTS_CREDENTIAL_PROVIDER} ] || [ ${USE_NET8_ARTIFACTS_CREDENTIAL_PROVIDER} != "false" ]; then
25+
elif [ -z ${USE_NET8_ARTIFACTS_CREDENTIAL_PROVIDER} ] || [ ${USE_NET8_ARTIFACTS_CREDENTIAL_PROVIDER} != "false" ]; then
2626
FILE="Microsoft.Net8.NuGet.CredentialProvider.tar.gz"
2727

2828
# throw if version starts < 1.3.0. (net8 not supported)

0 commit comments

Comments
 (0)