mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00: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
|
||||
$git_version ||= `git rev-parse HEAD`.strip
|
||||
rescue
|
||||
$git_version = "unknown"
|
||||
$git_version = Discourse::VERSION::STRING
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user