Skip to content

Commit 8613888

Browse files
committed
Update wording for an Apple Silicon-specific task.
1 parent 1e40a35 commit 8613888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/homebrew/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
homebrew_group: '{{ homebrew_group | default(ansible_user_gid) }}'
66

77
# Homebrew setup prerequisites.
8-
- name: Ensure Homebrew parent directory has correct permissions (M1).
8+
- name: Ensure Homebrew parent directory has correct permissions (Apple Silicon).
99
file:
1010
path: "{{ homebrew_prefix }}"
1111
owner: "{{ homebrew_user }}"

0 commit comments

Comments
 (0)