Skip to content

Commit

Permalink
Missing # from string interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Heavyside committed Mar 15, 2015
1 parent 5208d86 commit 794be13
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 794be13

Please sign in to comment.