From 6713c81afc4bfe606f7ff3a2e1dd6e2f319aa412 Mon Sep 17 00:00:00 2001 From: Sander Date: Fri, 13 Jun 2025 02:11:18 +0200 Subject: [PATCH] docs: fix argument order in the `--run` example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45506e3d..42e6e0e9 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ done inside the nix-shell instead of an interactive session: ```console -$ nixpkgs-review pr --run --systems all 'jq < report.json' 340297 +$ nixpkgs-review pr --run 'jq < report.json' --systems all 340297 # ... { "checkout": "merge",