Skip to content

Commit

Permalink
Fix ag package name
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Feb 7, 2024
1 parent 4d146e6 commit 553b728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/code_editors/tasks/neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- name: Install silversearch
when: ansible_distribution == 'MacOSX'
ansible.builtin.package:
name: the_silver_search
name: the_silver_searcher
state: present

- name: Copy vim config
Expand Down

0 comments on commit 553b728

Please sign in to comment.