提交 52a7e806 编写于 作者: J Josh Soref

spelling: protocol

上级 e540db39
......@@ -5,8 +5,8 @@ import (
)
func IsHttpsProtocol() bool {
httpProcotol, _ := git.Config("hub.protocol")
if httpProcotol == "https" {
httpProtocol, _ := git.Config("hub.protocol")
if httpProtocol == "https" {
return true
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册