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

fix(dev,serve): remove trailing space in executableBanner in cli #849

Merged
merged 2 commits into from
Dec 2, 2021
Merged

fix(dev,serve): remove trailing space in executableBanner in cli #849

merged 2 commits into from
Dec 2, 2021

Conversation

daleweaver777
Copy link
Contributor

Remove the trailing space after #!/usr/bin/env node when inserting the executable banner in

  • @remix-run/dev/cli.js
  • @remix-run/serve/cli.js

The trailing space causes builds to fail when deploying to Digital Ocean's Apps Platform with error
/usr/bin/env: 'node ': No such file or directory

executableBanner get inserted at the top of cli.js files. The trailing space causes deployment builds to fail on Digital Ocean's Apps platform
@remix-cla-bot
Copy link
Contributor

remix-cla-bot bot commented Dec 2, 2021

Hi @weavdale,

Welcome, and thank you for contributing to Remix!

Before we consider your pull request, we ask that you sign our Contributor License Agreement (CLA). We require this only once.

You may review the CLA and sign it by adding your name to contributors.yml.

Once the CLA is signed, the CLA Signed label will be added to the pull request.

If you have already signed the CLA and received this response in error, or if you have any questions, please contact us at [email protected].

Thanks!

- The Remix team

@remix-cla-bot
Copy link
Contributor

remix-cla-bot bot commented Dec 2, 2021

Thank you for signing the Contributor License Agreement. Let's get this merged! 🥳

@mcansh mcansh changed the title Remove trailing space in executableBanner fix(dev,serve): remove trailing space in executableBanner in cli Dec 2, 2021
@mcansh mcansh merged commit 0d2dc11 into remix-run:dev Dec 2, 2021
@mcansh
Copy link
Collaborator

mcansh commented Dec 2, 2021

thanks! I'm sort of surprised it worked essentially everywhere else haha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants