mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05: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
|
||||
|
||||
def self.current_discourse_version
|
||||
get('current_version')['version']
|
||||
get('/current_version')['version']
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue