Skip to content

Commit

Permalink
libre
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Sep 3, 2024
1 parent 31f0491 commit 679c869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions management/package-method-winget/package-method-winget.cf
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ bundle agent package_method_winget
"${package_method_winget:package_method_winget.accept_source_agreements}");

classes:
"accept_source_agreements" expression => regcmp("var_accept_source_agreements", "^[yY][eE]?[sS]?"),
"accept_source_agreements" expression => regcmp("^[yY][eE]?[sS]?", "${var_accept_source_agreements}"),
scope => "namespace";
"accept_package_agreements" expression => regcmp("var_accept_package_agreements", "^[yY][eE]?[sS]?"),
"accept_package_agreements" expression => regcmp("^[yY][eE]?[sS]?", "${var_accept_package_agreements}"),
scope => "namespace";

reports:
Expand Down

0 comments on commit 679c869

Please sign in to comment.