Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(falcon_configure): this task should only run when both are set #565

Merged
merged 2 commits into from
Sep 14, 2024

Conversation

carlosmmatos
Copy link
Contributor

Fixes #564
There was an issue when the cid options was set to "" for it be deleted, and then it would get to this point and fail because the when clause was incorrect. A simple truthy test should provide us what we are looking for since we allow empty strings to be passed in to options for deletion purposes.

Also added options.cid to this since it makes sense we would want to ensure both are set to use this task.

There was an issue when the cid options was set to "" for it be deleted,
and then it would get to this point and fail because the when clause was
incorrect. A simple truthy test should provide us what we are looking
for. Also added options.cid to this since it makes sense we would want
to ensure both are set to use this task.
@carlosmmatos carlosmmatos added the bugfixes Bug fixes or minor enhancements label Sep 13, 2024
@carlosmmatos carlosmmatos self-assigned this Sep 13, 2024
@carlosmmatos carlosmmatos added this to the 4.6.1 milestone Sep 13, 2024
@carlosmmatos carlosmmatos added the ok-to-test Run tests label Sep 13, 2024
@carlosmmatos carlosmmatos merged commit 82ee69a into CrowdStrike:main Sep 14, 2024
20 of 21 checks passed
@TyraelTLK TyraelTLK mentioned this pull request Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfixes Bug fixes or minor enhancements ok-to-test Run tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4.6.0 fails
2 participants