Skip to content

Commit

Permalink
Fix typo in README example command
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Jun 3, 2017
1 parent 357eb4c commit 3b83513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This is a work in progress, and is mostly a means for me to document my current

You can filter which part of the provisioning process to run by specifying a set of tags using `ansible-playbook`'s `--tags` flag. The tags available are `dotfiles`, `homebrew`, `mas` and `osx`.

ansible-playook main.yml -i inventory -K --tags "dotfiles,homebrew"
ansible-playbook main.yml -i inventory -K --tags "dotfiles,homebrew"

## Overriding Defaults

Expand Down

0 comments on commit 3b83513

Please sign in to comment.