Commit e25b5c10 authored by Tyler Rockwood's avatar Tyler Rockwood

Update GitlabAPI.java

parent be377257
......@@ -1107,7 +1107,7 @@ public class GitlabAPI {
.append("branch_name", branchName)
.append("ref", ref);
String tailUrl = GitlabProject.URL + "/" + sanitizeProjectId(projectId) + GitlabBranch.URL;
retrieve().method("POST").to(tailUrl, Void.class);
dispatch().to(tailUrl, Void.class);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment