Skip to content

Commit

Permalink
Cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Dec 16, 2024
1 parent ca1ce8e commit df58314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nextmv/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_tag(app: cloud.Application) -> str:
.replace(":", "")
.replace("-", "")
)
return f"{version_id}-{ts}"
version_id = f"{version_id}-{ts}"
# Otherwise, we just use the git sha
return version_id

Expand Down

0 comments on commit df58314

Please sign in to comment.