Skip to content

Commit

Permalink
Convert @processorcount to string.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhattan committed Nov 23, 2014
1 parent 5869cad commit 50cef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/memcached_sysconfig.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end
if @item_size
result << '-I ' + @item_size.to_s
end
result << '-t ' + @processorcount
result << '-t ' + @processorcount.to_s
if @logfile
result << '>> ' + @logfile + ' 2>&1'
end
Expand Down

0 comments on commit 50cef92

Please sign in to comment.