mirror of
https://github.com/discourse/discourse.git
synced 2025-04-02 09:15:57 +08:00
fallback to hardcoded version if installed and not using git
This commit is contained in:
parent
0681d8f150
commit
df5be88a77
@ -236,7 +236,7 @@ module Discourse
|
|||||||
begin
|
begin
|
||||||
$git_version ||= `git rev-parse HEAD`.strip
|
$git_version ||= `git rev-parse HEAD`.strip
|
||||||
rescue
|
rescue
|
||||||
$git_version = "unknown"
|
$git_version = Discourse::VERSION::STRING
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user