mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Fix the build take 2.
This commit is contained in:
parent
8c4caac2e4
commit
c00dab89e4
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ task "smoke:test" do
|
|||
raise "TRIVIAL GET FAILED WITH #{response.code}"
|
||||
end
|
||||
|
||||
results = ""
|
||||
results = +""
|
||||
|
||||
IO.popen("node #{Rails.root}/test/smoke_test.js #{url}").each do |line|
|
||||
puts line
|
||||
|
|
|
@ -10,7 +10,7 @@ module DiscourseNarrativeBot
|
|||
return I18n.t('discourse_narrative_bot.dice.invalid')
|
||||
end
|
||||
|
||||
output = ''
|
||||
output = +''
|
||||
|
||||
if num_of_dice > MAXIMUM_NUM_OF_DICE
|
||||
output << I18n.t('discourse_narrative_bot.dice.not_enough_dice',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue