Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Winterstein committed May 6, 2016
1 parent 9c1b89b commit 55d0663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/BuildJTwitter.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void doTask() throws Exception {

// Git stuff
// Commit changes
GitTask git = new GitTask(GitTask.COMMIT, webDir);
GitTask git = new GitTask(GitTask.COMMIT_ALL, webDir);
git.setMessage("Publishing JTwitter");
git.run();
// Pull and rebase
Expand Down

0 comments on commit 55d0663

Please sign in to comment.