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(minor): Bash script on downloads page uses a command that is not installed on Mac #6343

Merged
merged 3 commits into from
Feb 16, 2024
Merged

fix(minor): Bash script on downloads page uses a command that is not installed on Mac #6343

merged 3 commits into from
Feb 16, 2024

Conversation

focarroll
Copy link
Contributor

@focarroll focarroll commented Feb 14, 2024

Description

I made this issue (#3758) about three years ago and then forgot about it. Not knowing how to fix it, I left the solution as a comment and hoped someone would figure it out. Today, I received two emails about comments reminding me about this minor issue. Now knowing a bit more about Git, I've decided that it's finally time to put this issue to rest.
So long...
(this description is longer than the fix lol)

Validation

The package was downloaded and successfully installed to /usr/local/bin. Running node -v confirmed that v21.6.2 was installed.

Related Issues

Fixes #3758

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run npx turbo lint to ensure the code follows the style guide. And run npx turbo lint:fix to fix the style errors if necessary.
  • I have run npx turbo format to ensure the code follows the style guide.
  • I have run npx turbo test to check if all tests are passing.
  • I've covered new added functionality with unit tests if necessary.

Copy link

vercel bot commented Feb 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nodejs-org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 16, 2024 1:59pm

Copy link

github-actions bot commented Feb 14, 2024

Lighthouse Results

URL Performance Accessibility Best Practices SEO Report
/en 🟢 97 🟢 100 🟠 83 🟢 91 🔗
/en/about 🟢 100 🟢 100 🟠 83 🟢 91 🔗
/en/about/previous-releases 🟢 100 🟢 99 🟠 83 🟢 92 🔗
/en/download 🟢 100 🟢 100 🟠 83 🟢 91 🔗
/en/blog 🟢 99 🟢 100 🟠 83 🟢 92 🔗

@AugustinMauroy
Copy link
Member

any reasons why this pr is on draft ?

Copy link

github-actions bot commented Feb 14, 2024

Unit Test Coverage Report

Lines Statements Branches Functions
Coverage: 90%
85.89% (402/468) 77.16% (125/162) 77.52% (69/89)

Unit Test Report

Tests Skipped Failures Errors Time
72 0 💤 0 ❌ 0 🔥 4.525s ⏱️

@focarroll
Copy link
Contributor Author

any reasons why this pr is on draft ?

First PR on a major repository (not first PR overall) so I didn't want to make a dumb mistake. Gonna hit the "Ready for review" button.

@focarroll focarroll marked this pull request as ready for review February 14, 2024 21:13
@focarroll focarroll requested a review from a team as a code owner February 14, 2024 21:13
Copy link
Member

@AugustinMauroy AugustinMauroy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ! Thanks for your first contribution 🎉

@focarroll focarroll changed the title fix: Bash script on downloads page uses a command that is not installed on Mac fix(minor): Bash script on downloads page uses a command that is not installed on Mac Feb 14, 2024
@focarroll
Copy link
Contributor Author

That's embarrassing... I made a minor edit to the command when running it on my computer, but never changed the file before pushing.

@focarroll
Copy link
Contributor Author

...
And now I know not to merge the upstream branch into the issue branch
So sorry to whoever's dealing with my nonsense

@ovflowd
Copy link
Member

ovflowd commented Feb 16, 2024

All good :)

Copy link
Member

@ovflowd ovflowd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes look good to me!

Thank you for your first contribution 🎉

@ovflowd ovflowd added the github_actions:pull-request Trigger Pull Request Checks label Feb 16, 2024
@github-actions github-actions bot removed the github_actions:pull-request Trigger Pull Request Checks label Feb 16, 2024
@ovflowd ovflowd added this pull request to the merge queue Feb 16, 2024
Merged via the queue into nodejs:main with commit 1f59add Feb 16, 2024
16 checks passed
@focarroll focarroll deleted the focarroll/issue3758 branch February 16, 2024 20:37
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

Successfully merging this pull request may close these issues.

Bash script on downloads page uses a command that is not installed on Mac
4 participants