core-plans
core-plans copied to clipboard
[restic] update to 0.16.2
Hello themightychris! Thanks for the pull request!
Here is what will happen next:
- Your PR will be reviewed by the maintainers.
- If everything looks good, one of them will approve it, and your PR will be merged.
Thank you for contributing!
The CI failures are on patterns that are standard practices in test.sh
across the entire repository.
For example, using source "${PLANDIR}/plan.sh"
instead of . "${PLANDIR}/plan.sh"
—there are 48 cases of source
being used in test.sh
files and 0 cases of .
being used, and all those files appear to be using /bin/sh
as their interpretter