We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.2.0
12.21.31
RHEL/CentOS 6.x/7.x
Creating an org using a full name that has spaces ends up getting truncated at the first space
Create an org using a full name with spaces
Org full name is complete / has spaces
Org full name is truncated
I think the fix is simple, and will open a PR for it. Relevant line of code here
The text was updated successfully, but these errors were encountered:
Fix org full name truncation
11678e7
Issue chef-cookbooks#215
Update CHANGELOG and bump version
77f0a39
e5ee6f1
Issue chef-cookbooks#215 Signed-off-by: Ben Konick <[email protected]>
469b121
Successfully merging a pull request may close this issue.
Cookbook version
2.2.0
Chef-client version
12.21.31
Platform Details
RHEL/CentOS 6.x/7.x
Scenario:
Creating an org using a full name that has spaces ends up getting truncated at the first space
Steps to Reproduce:
Create an org using a full name with spaces
Expected Result:
Org full name is complete / has spaces
Actual Result:
Org full name is truncated
I think the fix is simple, and will open a PR for it. Relevant line of code here
The text was updated successfully, but these errors were encountered: