anaisbetts / grunt-build-atom-shell

Grunt task to build Electron and rebuild node modules
MIT License
122 stars 11 forks source link

Remove unavailable parameter from bootstrap command #36

Closed salbahra closed 9 years ago

salbahra commented 9 years ago

I was receiving the following warning before this change:

Running "build-atom-shell" task
>> usage: bootstrap.py [-h] [-u URL] [-v]
>> bootstrap.py: error: unrecognized arguments: -y
>> usage: bootstrap.py [-h] [-u URL] [-v]
>> bootstrap.py: error: unrecognized arguments: -y
Warning: null Use --force to continue.

Aborted due to warnings.

This change seems to fix that.

Thanks!