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 typo in vcenter log file param #91

Merged
merged 3 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelogs/fragments/91-fix-typo-in-vcenter-log.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
trivial:
- generate_cloud_modules - fixes small typo in vcenter rest log file param
2 changes: 1 addition & 1 deletion plugins/action/generate_cloud_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def gen_documentation(
"description": [
"You can use this optional parameter to set the location of a log file. ",
"This file will be used to record the HTTP REST interaction. ",
"The file will be stored on the host that run the module. ",
"The file will be stored on the host that runs the module. ",
"If the value is not specified in the task, the value of ",
"environment variable C(VMWARE_REST_LOG_FILE) will be used instead.",
],
Expand Down
Loading