Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add correct license file name #7591

Merged
merged 1 commit into from
Jul 13, 2018

Conversation

jordansissel
Copy link
Contributor

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.

The error you get is:

git add LICENSE
fatal: pathspec 'LICENSE' did not match any files
Makefile:29: recipe for target 'git-init' failed

This patch resolves the error.

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.
@ruflin ruflin added bug :Generator Related to code generators for building custom Beats or modules. labels Jul 13, 2018
@ruflin ruflin merged commit d0d9561 into elastic:master Jul 13, 2018
@ruflin
Copy link
Contributor

ruflin commented Jul 13, 2018

Thanks. We recently renamed the LICENSE file but be consistent with the Beats repo but forgot to also rename this part :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug :Generator Related to code generators for building custom Beats or modules.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants