Commit ae7b2ae6 authored by David McFarland's avatar David McFarland
Browse files

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

parent 9bb309d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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[@]}"