We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Files only have owner permissions. This can cause errors on deployment, where running processes may be under a different user/group.
tar -xf xero-ruby-4.3.1.gem tar -tvf data.tar.gz ─╯ -rwx------ 0 wheel wheel 21424 23 Jun 2023 README.md -rwx------ 0 wheel wheel 29233 23 Jun 2023 lib/xero-ruby.rb -rwx------ 0 wheel wheel 967302 23 Jun 2023 lib/xero-ruby/api/accounting_api.rb ...
The text was updated successfully, but these errors were encountered:
PETOSS-644
Sorry, something went wrong.
Thanks for raising an issue, a ticket has been created to track your request
Seems related to #264
Reading the other issues, I'm guessing I need to update the gem to resolve this
No branches or pull requests
Files only have owner permissions. This can cause errors on deployment, where running processes may be under a different user/group.
The text was updated successfully, but these errors were encountered: