Skip to content

Commit

Permalink
Include --author for git to avoid commit errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonblade committed Apr 13, 2019
1 parent 310b1f1 commit 1f03279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-eclipse/scripts/pre-build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ ! -d .git ]
then
git init
git add .
git commit -q -m "java/eclipse"
git commit -q --message="java/eclipse" --author="Eclipse <[email protected]>"
fi

# Create dummy targets
Expand Down

0 comments on commit 1f03279

Please sign in to comment.