dotnet-sdk-setup-hook: fix typo in cd

This commit is contained in:
David McFarland 2024-09-21 21:41:40 -03:00
parent 9bb309d5b5
commit ae7b2ae6ee

View File

@ -135,7 +135,7 @@ configureNuget() {
-s '/configuration/packageSourceMapping/packageSource[@key="_nix"]' -t elem -n package
-i \$prev -t attr -n pattern -v "$id")
done
cd - < /dev/null
cd - > /dev/null
else
xmlConfigArgs+=(
"${xmlSourceConfigArgs[@]}"