mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
dotnet-sdk-setup-hook: fix typo in cd
This commit is contained in:
parent
9bb309d5b5
commit
ae7b2ae6ee
@ -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[@]}"
|
||||
|
Loading…
Reference in New Issue
Block a user