Skip to content

Commit

Permalink
Merge pull request #53 from jonhattan/stringify-processorcount
Browse files Browse the repository at this point in the history
Convert @processorcount to string
  • Loading branch information
saz committed Mar 28, 2015
2 parents f977167 + 50cef92 commit 890b587
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 890b587

Please sign in to comment.