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

update chmod command #7008

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

update chmod command #7008

wants to merge 1 commit into from

Conversation

crd477
Copy link

@crd477 crd477 commented Sep 5, 2024

First time contributor checklist:

Contributor checklist:

  • My contribution is not related to translations.
  • My commits are in nice logical chunks with good commit messages
  • My changes are rebased on the latest main branch
  • A npm run ready run passes successfully (more about tests here)
  • My changes are ready to be shipped to users

Description

There is a small error in the instructions for reproducible builds. The chmod instructions include the public tag meant for the ./build.sh command in the next step, but public is not a file or directory:

$ chmod +x ./build.sh public
chmod: cannot access 'public': No such file or directory

`public` is not a file or directory:
```
$ chmod +x ./build.sh public   chmod: cannot access 'public': No such file or directory
```
@ayumi-signal
Copy link
Contributor

Thanks for catching this and submitting a fix! We've merged it internally and it will be available with the next beta release.

@ayumi-signal ayumi-signal self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants