Skip to content

Commit

Permalink
fix archive test
Browse files Browse the repository at this point in the history
  • Loading branch information
trefzer committed Dec 7, 2024
1 parent 6926280 commit bfab345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/archive.pp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
Variant[String, Integer] $keep_monthly = 6,
Optional[Variant[String[1], Integer]] $keep_yearly = undef,
) {
if ( ! $stdin_cmd and $create_includes != []) or ( ! $stdin_cmd and $create_excludes != []) {
if ( $stdin_cmd and $create_includes != []) or ( $stdin_cmd and $create_excludes != []) {
fail('borgbackup::archive $stdin_cmd cannot be used together with $create_includes or $create_exclude')
}

Expand Down

0 comments on commit bfab345

Please sign in to comment.