Skip to content

Commit

Permalink
Merge pull request #147 from thedebugger/fix_typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
reset committed Mar 15, 2015
2 parents 5208d86 + bc2bda0 commit 05f6d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
mode 0755
end

execute "chown -R #{consul_user}:{consul_group} #{dirname}"
execute "chown -R #{consul_user}:#{consul_group} #{dirname}"
end

# Determine service params
Expand Down

0 comments on commit 05f6d44

Please sign in to comment.