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

Remove UTF-8 characters from strings #4

Merged
merged 1 commit into from
Sep 21, 2015

Conversation

claytono
Copy link
Contributor

The tcp_conn_validator try_sleep parameter has unnecessary UTF-8 quote
characters which cause errors on some Puppet installs. This changes
them to US-ASCII single quote characters.

@elyscape
Copy link

Might as well change to a double-quoted string so that you don't need to escape the single quotes.

The tcp_conn_validator `try_sleep` parameter has unnecessary UTF-8 quote
characters which cause errors on some Puppet installs.  This changes
them to US-ASCII single quote characters.
@claytono
Copy link
Contributor Author

Updated w/double quoted string

igalic added a commit that referenced this pull request Sep 21, 2015
Remove UTF-8 characters from strings
@igalic igalic merged commit 05462d4 into voxpupuli:master Sep 21, 2015
@igalic
Copy link
Contributor

igalic commented Sep 21, 2015

thanks @Dvorak!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants