forked from Gitlink/forgeplus
fixed 克隆检测language ruby python C#
This commit is contained in:
parent
f64129e76d
commit
f7864aa62e
|
@ -390,6 +390,7 @@ class ProjectsController < ApplicationController
|
|||
when "python" then "py"
|
||||
when "ruby" then "rb"
|
||||
when "rust" then "rs"
|
||||
when "c#" then "cs"
|
||||
else language.downcase
|
||||
end
|
||||
forge_url = "#{Rails.application.config_for(:configuration)['platform_url']}"
|
||||
|
|
Loading…
Reference in New Issue