Skip to content

Commit

Permalink
show-ecs script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Aug 28, 2024
1 parent 8e7e4ad commit 7a5f6fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/show_ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ def main():
print(f" ▶▶ NEW TASK: {new_task_definition_name}"
f"{f' | {new_task_definition_annotation}' if new_task_definition_annotation else ''}")
print()

print("It would look like this after the swap:")
ecs_swapped, error = ecs.identity_swap()
if error:
Expand Down

0 comments on commit 7a5f6fa

Please sign in to comment.