Skip to content

Commit

Permalink
gf
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo committed Nov 30, 2023
1 parent 6cf3e36 commit 48b6a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trivial-net-brancher.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def dump_branches(config, state) -> None:
for name, val in state["branches"].items():
data.append({"branch": name,
"date": val,
"base": state["hashes"].get(val, None),
"base": state["hashes"].get(name, None),
"url": pub_url + " " + name})

branches = config.get("output", "branches")
Expand Down

0 comments on commit 48b6a02

Please sign in to comment.