Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
GorioB committed Dec 1, 2014
1 parent d9bbc55 commit ec70627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- name: Create the code directory.
file: group={{ project_name }} owner={{ project_name }} mode=755 state=directory path={{ project_root }}/code/

- name: Install required system packages:
- name: Install required system packages.
pacman: name={{ item }} state=present update_cache=yes
with_items: {{ system_packages }}

Expand Down

0 comments on commit ec70627

Please sign in to comment.