Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Markdown is silly
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kottler committed Jun 22, 2014
1 parent cbb27bb commit 990059d
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 @@ -11,7 +11,7 @@ This repository contains chef artifacts used to deploy all the different pieces
#### Roles
We use roles as minimally as possible. All top-level functionality should be in the appropriate role-specific cookbook (i.e. rubygems-app). We only use roles for easing the use of search.

Run `for file in `ls roles/*.rb`; do knife role from file $file; done` after updating any roles to upload them to the Chef server.
Run `for file in $(ls roles/*.rb); do knife role from file $file; done` after updating any roles to upload them to the Chef server.

### Bugs and features

Expand Down

0 comments on commit 990059d

Please sign in to comment.