Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bareiss committed Aug 27, 2024
1 parent e1ca368 commit cbd738d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/attack_range_ta_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
# Add ATTACK_RANGE_LOCAL_APPS to uploaded_apps
uploaded_apps.extend(ATTACK_RANGE_LOCAL_APPS)

# Sort uploaded_apps alphabetically
uploaded_apps.sort()

# Update the attack_range_default.yml file
config_file = os.path.join(script_dir, "..", "configs", "attack_range_default.yml")

Expand Down

0 comments on commit cbd738d

Please sign in to comment.