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

allow strings for backup script index option #1283

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

haarg
Copy link
Member

@haarg haarg commented Oct 5, 2024

Using command line options, the index option will always be assigned as an arrayref. But the default was still a plain string, which would error if no index option was given. The default could be changed to an array ref, but it also makes sense to coerce a normal string.

Using command line options, the index option will always be assigned as
an arrayref. But the default was still a plain string, which would error
if no index option was given. The default could be changed to an array
ref, but it also makes sense to coerce a normal string.
@haarg haarg merged commit d72626c into master Oct 5, 2024
2 checks passed
@haarg haarg deleted the haarg/fix-backup-without-index branch October 5, 2024 12:03
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.

2 participants