Commit 284c6e98 authored by Adam Retter's avatar Adam Retter

Bugfix to getAllProjects

parent c85b20b4
......@@ -169,7 +169,7 @@ public class GitlabAPI {
}
public List<GitlabProject> getAllProjects() throws IOException {
String tailUrl = GitlabProject.URL;
String tailUrl = GitlabProject.URL + "/all";
return retrieve().getAll(tailUrl, GitlabProject[].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