summaryrefslogtreecommitdiffstats
path: root/krebs/2configs
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-04-17 16:06:58 +0200
committerlassulus <git@lassul.us>2023-04-17 16:06:58 +0200
commitfef664e785cf7ae234abd540406fb894c784322b (patch)
tree3d4f95f222437068f8fb8bc4cc37af30387a1a2d /krebs/2configs
parent01c1fffe0ac51ad7a0ade29c4c4f6fed4394dd44 (diff)
reaktor2 bing: start counting at 1
Diffstat (limited to 'krebs/2configs')
-rw-r--r--krebs/2configs/reaktor2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix
index 8e2e5d9b..114c0871 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
'';
};