Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fridim committed Oct 2, 2024
1 parent d4a353c commit 0ac202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/infra-aws-sandbox/tasks/reset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
- name: Run aws-nuke legacy on sandbox account
# be on the safe side, run the official (unmaintained) binary
command: >-
{{ aws_nuke_lecacy_binary_path }} --profile {{ account_name }}
{{ aws_nuke_legacy_binary_path }} --profile {{ account_name }}
-c "{{ output_dir }}/{{ account_name }}_nuke-config-legacy.yml"
--no-dry-run
--force
Expand Down

0 comments on commit 0ac202b

Please sign in to comment.