Skip to content

Commit 552076b

Browse files
committed
change to message wording
1 parent a5957c8 commit 552076b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dotnet-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ install_dotnet() {
835835
# if the download fails, download the legacy_download_link
836836
if [ "$download_failed" = true ]; then
837837
say "Cannot download: $download_link"
838-
rm -f "$zip_path" 2>&1 && say_verbose "Temporary zip file $zip_path was removed or doesn't exist"
838+
rm -f "$zip_path" 2>&1 && say_verbose "Temporary zip file $zip_path was removed"
839839
if [ "$valid_legacy_download_link" = true ]; then
840840
download_failed=false
841841
download_link="$legacy_download_link"
@@ -846,7 +846,7 @@ install_dotnet() {
846846
847847
if [ "$download_failed" = true ]; then
848848
say "Cannot download: $download_link"
849-
rm -f "$zip_path" 2>&1 && say_verbose "Temporary zip file $zip_path was removed or doesn't exist"
849+
rm -f "$zip_path" 2>&1 && say_verbose "Temporary zip file $zip_path was removed"
850850
fi
851851
fi
852852
fi

0 commit comments

Comments
 (0)