Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 26, 2025
1 parent ca03967 commit 5a5982d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/artifacts/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
src: "{{ data_dir }}/tensorrt_rtmdet/tensorrt_rtmdet_onnx_models.tar.gz"
dest: "{{ data_dir }}/tensorrt_rtmdet/"
extra_opts:
- --strip-components=1 # Removes the top-level folder during extraction
- --strip-components=1 # Removes the top-level folder during extraction

- name: Move extracted files to the final destination
ansible.builtin.shell: >
Expand Down

0 comments on commit 5a5982d

Please sign in to comment.