Skip to content

Commit

Permalink
Update src/edge_containers_cli/git.py
Browse files Browse the repository at this point in the history
Add Giles suggestion

Co-authored-by: Giles Knap <giles.knap@diamond.ac.uk>
  • Loading branch information
marcelldls and gilesknap authored Feb 22, 2024
1 parent 6a91b28 commit 7000168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edge_containers_cli/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def create_svc_graph(repo: str, folder: Path) -> dict:
if service_name in result:
version_list.append(tag)

# Capture services preceding a tag
# Capture services committed since the most recent tag
if not version_list:
version_list.append("")

Expand Down

0 comments on commit 7000168

Please sign in to comment.