mirror of
https://github.com/discourse/discourse.git
synced 2025-04-16 17:19:02 +08:00
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 ede19943b334658c77661102fbefefaa96f1928e.
This commit is contained in:
parent
c279889191
commit
440558517f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user