diff options
author | lassulus <git@lassul.us> | 2023-04-17 16:06:58 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-04-17 16:06:58 +0200 |
commit | fef664e785cf7ae234abd540406fb894c784322b (patch) | |
tree | 3d4f95f222437068f8fb8bc4cc37af30387a1a2d /krebs/2configs/reaktor2.nix | |
parent | 01c1fffe0ac51ad7a0ade29c4c4f6fed4394dd44 (diff) |
reaktor2 bing: start counting at 1
Diffstat (limited to 'krebs/2configs/reaktor2.nix')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index 8e2e5d9b8..114c08713 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -77,7 +77,7 @@ let echo "$_from: $(cat)" printf '%s' "$response" | - jq -r '[.item.messages[1].sourceAttributions[].seeMoreUrl] | to_entries[] | "[\(.key)]: \(.value)"' + jq -r '[.item.messages[1].sourceAttributions[].seeMoreUrl] | to_entries[] | "[\(.key + 1)]: \(.value)"' fi ''; }; |