Revert "Let's avoid Ruby 2.3 syntax for now"

According to @tgxworld we only support 2.3 now so let's put this back!

This reverts commit ede19943b3.
This commit is contained in:
Robin Ward 2016-07-21 15:22:57 -04:00
parent c279889191
commit 440558517f
1 changed files with 7 additions and 7 deletions

View File

@ -10,14 +10,14 @@ module Jobs
report_data =
if result.strip.empty?
<<TEXT
Report is only available in latest image, please run:
<<~TEXT
Report is only available in latest image, please run:
```text
cd /var/discourse
./launcher rebuild app
```
TEXT
```text
cd /var/discourse
./launcher rebuild app
```
TEXT
else
"```text\n#{result}\n```"
end