Skip to content

Commit

Permalink
update commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Jul 12, 2020
1 parent 20a9ba2 commit 51262cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -81,7 +81,7 @@ minecraft {
task genGitChangelog() {
def stdout = new ByteArrayOutputStream()
// first commit to check from, in our case the first commit of the branch
String firstCommit = "038c789708132e4d154529b49e5802870fdadab9";
String firstCommit = "20a9ba2ebf5afb005ae294f43a73361ae96220b5";
String repoLink = "https://github.com/jaredlll08/InitialInventory/commit/"
// was having issues with grep and spaces in the regex
exec {
Expand Down

0 comments on commit 51262cd

Please sign in to comment.