2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

remove non english comment

This commit is contained in:
Sam Saffron 2017-08-31 17:00:37 -04:00
parent 3bdade8970
commit 7f8a90ef63

View file

@ -340,7 +340,7 @@ module Discourse
unless version_value
begin
version_value = `#{git_cmd}`.strip
rescue # sollte noch ausspezifiziert werden…
rescue
version_value = default_value
end
end