~xenrox/srhtctl

ad994ca7be31e31e9cf7afe4be4a3da7b7fd39d1 — Thorben Günther 2 years ago 64bf852
git: Fix UploadFileRequest function call
1 files changed, 1 insertions(+), 1 deletions(-)

M api/git.go
M api/git.go => api/git.go +1 -1
@@ 45,6 45,6 @@ func artifactUpload(repoName string, refName, fileName string) error {
			repoName, refName)
	}

	err := UploadRequest(url, "POST", fileName)
	err := UploadFileRequest(url, fileName)
	return err
}