Skip to content

Commit c1a458f

Browse files
committed
fixup
1 parent 75b47b0 commit c1a458f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cfe_internal/update/update_policy.cf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,8 +807,8 @@ bundle agent modules_presence
807807
"_custom_template_paths" slist => findfiles("$(_custom_template_dir)*.mustache"), if => isdir( "$(_custom_template_dir)" );
808808
"_package_paths"
809809
with => ifelse( or( cf_version_between( "3.24.0", "3.24.3"),
810-
cf_version("3.26.0"),
811-
cf_version("3.27.0")), "",
810+
cf_version_at("3.26.0"),
811+
cf_version_at("3.27.0")), "",
812812
"$(const.dirsep)"),
813813
slist => filter("$(_override_dir)vendored$(with)", _package_paths_tmp, "false", "true", 999);
814814

0 commit comments

Comments
 (0)