Skip to content

Fix FF_USE_POWERSHELL_PATH_RESOLVER env var value

What does this MR do?

Fix FF_USE_POWERSHELL_PATH_RESOLVER env var value

When FF_USE_POWERSHELL_PATH_RESOLVER is set to '1' it will be evaluated as false. To enable this feature the value needs to be set to 'true'.

Why was this MR needed?

This is a doc bug fix so the configuration matches the comment.

What's the best way to test this MR?

To test this change the documentation can be followed to deploy a windows based gitlab runner. Alternatively the value used here can be compared with other areas of the documentation where FF_* env vars are set.

What are the relevant issue numbers?

Merge request reports