core-plans icon indicating copy to clipboard operation
core-plans copied to clipboard

[restic] update to 0.16.2

Open themightychris opened this issue 1 year ago • 1 comments

themightychris avatar Jan 03 '24 15:01 themightychris

Hello themightychris! Thanks for the pull request!

Here is what will happen next:

  1. Your PR will be reviewed by the maintainers.
  2. If everything looks good, one of them will approve it, and your PR will be merged.

Thank you for contributing!

chef-expeditor[bot] avatar Jan 03 '24 15:01 chef-expeditor[bot]

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

themightychris avatar Apr 06 '24 14:04 themightychris