mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
Let's avoid Ruby 2.3 syntax for now
This commit is contained in:
parent
f9d0fea0ad
commit
ede19943b3
1 changed files with 7 additions and 7 deletions
|
@ -10,14 +10,14 @@ module Jobs
|
||||||
|
|
||||||
report_data =
|
report_data =
|
||||||
if result.strip.empty?
|
if result.strip.empty?
|
||||||
<<~TEXT
|
<<TEXT
|
||||||
Report is only available in latest image, please run:
|
Report is only available in latest image, please run:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
cd /var/discourse
|
cd /var/discourse
|
||||||
./launcher rebuild app
|
./launcher rebuild app
|
||||||
```
|
```
|
||||||
TEXT
|
TEXT
|
||||||
else
|
else
|
||||||
"```text\n#{result}\n```"
|
"```text\n#{result}\n```"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue