Skip to content

Commit 6a447d7

Browse files
authored
tools: fix quote escaping in update-nixpkgs-pin.sh
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #65166 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 673cdef commit 6a447d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/dep_updaters/update-nixpkgs-pin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ nix-instantiate -I "nixpkgs=$NIXPKGS_PIN_FILE" --eval --strict --json -E "
8686
}:
8787
8888
{
89-
# "default" OpenSSL release line, should be kept in sync with the bundled version:
89+
# \"default\" OpenSSL release line, should be kept in sync with the bundled version:
9090
openssl = pkgs.\(.default);
9191
9292
# Other OpenSSL variants we want to test for:

0 commit comments

Comments
 (0)