mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-30 07:53:57 -04:00
Mothership#current_discourse_version had an invalid path
This commit is contained in:
parent
2c8c602086
commit
c524e769d0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module Mothership
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.current_discourse_version
|
def self.current_discourse_version
|
||||||
get('current_version')['version']
|
get('/current_version')['version']
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue