Skip to content

Commit

Permalink
Tightened regular expression for matching custom policy update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
nickanderson committed Oct 8, 2024
1 parent 0f860f0 commit 9038593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfe_internal/update/update_policy.cf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bundle agent cfe_internal_update_policy

# Look for a bundle that matches what the user wants
"found_matching_user_specified_bundle"
slist => bundlesmatching( "$(def.mpf_update_policy_bundle)" );
slist => bundlesmatching( "^$(def.mpf_update_policy_bundle)$" );

methods:

Expand Down

0 comments on commit 9038593

Please sign in to comment.