File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments