Change to correct variable
This commit is contained in:
parent
93233fd496
commit
48712f9e54
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ remove_dotnet_pkgs
|
|||
[ "$?" -ne 0 ] && echo "Failed to remove dotnet packages." && exit 1
|
||||
|
||||
echo "Deleting install root - $dotnet_install_root"
|
||||
rm -rf $dotnet_install_location
|
||||
rm -rf $dotnet_install_root
|
||||
rm -f $dotnet_path_file
|
||||
|
||||
echo "dotnet packages removal succeeded."
|
||||
|
|
Loading…
Reference in a new issue