Skip to content

Commit

Permalink
Add correct license file name (#7591)
Browse files Browse the repository at this point in the history
After running the generator, a file "LICENSE.txt" exists in the repo.

During `make setup`, the target `git-init` runs and tries to `git add LICENCE`. This fails and interrupts the setup.
  • Loading branch information
jordansissel authored and ruflin committed Jul 13, 2018
1 parent da04318 commit d0d9561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/beat/{beat}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git-init:
git init
git add README.md CONTRIBUTING.md
git commit -m "Initial commit"
git add LICENSE
git add LICENSE.txt
git commit -m "Add the LICENSE"
git add .gitignore
git commit -m "Add git settings"
Expand Down

0 comments on commit d0d9561

Please sign in to comment.