Skip to content

Commit

Permalink
Fix missing quote for rs_tag command.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaccid committed Feb 27, 2014
1 parent 781d9c2 commit 013d6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/hostname.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class Chef::Recipe

# rightscale support: rightlink CLI tools, rs_tag
execute 'set rightscale server hostname tag' do
command "rs_tag --add 'node:hostname=#{fqdn}"
command "rs_tag --add 'node:hostname=#{fqdn}'"
only_if "bash -c 'type -P rs_tag'"
end

Expand Down

0 comments on commit 013d6f0

Please sign in to comment.