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

If the blt command is included in git commit message, blt command will be executed. #1592

Closed
snize opened this issue Jun 5, 2017 · 0 comments

Comments

@snize
Copy link
Contributor

snize commented Jun 5, 2017

When I run this command:

❯ git commit -m "Run `blt setup` to install drupal."

I get the following output:

❯ git commit -m "Run `blt setup` to install drupal."
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
^C

And I expected this to happen:

Even if the commit message contains a blt command, it should not be executed.

@snize snize closed this as completed Jun 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant