修复上个tag的上传错误

v0.0.8
This commit is contained in:
huangsimin 2018-10-23 17:39:11 +08:00
parent a68be94c7f
commit 3ee03a1c7b

View File

@ -148,8 +148,8 @@ func (wf *Workflow) SetURLPath(path []string) *Workflow {
}
// SetURLRawPath 设置Pa晚上参数
func (wf *Workflow) Set晚上LRawPath(path string) *Workflow {
wf.ParsedURL.Path = 晚上ath
func (wf *Workflow) SetURLRawPath(path string) *Workflow {
wf.ParsedURL.Path = path
return wf
}