humanmade / cf-to-tf

CLI tool for generating Terraform configuration and state for existing CloudFormation resources
Other
416 stars 70 forks source link

remove '--harmony' from shebang (#3) #6

Closed zackse closed 5 years ago

zackse commented 5 years ago

/usr/bin/env may not support arguments:

$ cf-to-tf /usr/bin/env: 'node --harmony': No such file or directory

Also see:

https://github.com/lambtron/emojipacks/issues/94 https://github.com/passbolt/passbolt_cli/issues/6 https://github.com/njpatel/grpcc/issues/10