mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
remove non english comment
This commit is contained in:
parent
3bdade8970
commit
7f8a90ef63
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ module Discourse
|
||||||
unless version_value
|
unless version_value
|
||||||
begin
|
begin
|
||||||
version_value = `#{git_cmd}`.strip
|
version_value = `#{git_cmd}`.strip
|
||||||
rescue # sollte noch ausspezifiziert werden…
|
rescue
|
||||||
version_value = default_value
|
version_value = default_value
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue