Skip to content

Commit

Permalink
chore: fixed pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Feb 19, 2025
1 parent b339f6a commit 8745db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/spconv/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cspell:ignore Bcumm, cumm, spconv
- name: Normalize dpkg architecture
set_fact:
ansible.builtin.set_fact:
normalized_arch: "{{ ansible_architecture | regex_replace('aarch64', 'arm64') | regex_replace('x86_64', 'amd64') }}"

- name: Download the cumm package
Expand Down

0 comments on commit 8745db3

Please sign in to comment.