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(upload): handle glob expansion by shell #144

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

line-o
Copy link
Member

@line-o line-o commented Oct 8, 2023

fixes #105

When a glob character is used in the source argument and it matches more than one file or folder no action will be performed and an actionable error message is displayed instead.

@line-o line-o requested a review from a team October 8, 2023 20:21
fixes eXist-db#105

When a glob character is used in the source argument _and_ it matches
more than one file or folder no action will be performed and an
actionable error message is displayed instead.
@line-o line-o added the bug Something isn't working label Oct 9, 2023
@line-o line-o merged commit eb4c10f into eXist-db:main Oct 12, 2023
15 checks passed
@line-o line-o deleted the fix/upload-issues branch October 12, 2023 13:17
@github-actions
Copy link

🎉 This PR is included in version 1.7.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

xst upload with globs, expanded by the shell, must fail with an actionable error
2 participants