From 72d1877c50208e73721c8fe405ddf3867810a1a0 Mon Sep 17 00:00:00 2001 From: John Maya Date: Wed, 12 Aug 2015 12:26:51 -0400 Subject: [PATCH] Fixed Syntax in Documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dec9e41..c2775a3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A normal `deploy.rb` in an app using capistrano defines a roles like this: Using capistrano-chef, you can do this: require 'capistrano/chef' - chef_role :web 'roles:web' + chef_role :web, 'roles:web' chef_role :db, 'roles:database_master', :primary => true, :attribute => :private_ip, :limit => 1