Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancrum committed Aug 16, 2012
1 parent 27fb0c1 commit e5b1d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/storm.yaml.erb
Expand Up @@ -38,6 +38,6 @@ java.library.path: "<%= @java_lib_path %>"
<% if @custom_config %>
<% @custom_config.each do |k, v| %>
<%= k %>: <%= if v.kind_of? then String "\"#{v}\"" else v end %>
<%= k %>: <%= if v.kind_of? String then "\"#{v}\"" else v end %>
<% end %>
<% end %>

0 comments on commit e5b1d43

Please sign in to comment.