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

(maint) Properly escape paths #191

Merged
merged 1 commit into from
May 31, 2017
Merged

(maint) Properly escape paths #191

merged 1 commit into from
May 31, 2017

Conversation

samuelson
Copy link

If the expanded path includes a space the puppet module tool would
interpret it as additional arguments. This change adds quotes around
the paths so that they're interpreted as single arguments.

@johnduarte
Copy link

@hunner or @DavidS are you the gatekeepers for this repo?
This fixes Jenkins failure seen here:
https://jenkins-imaging.delivery.puppetlabs.net/job/Education%20VMs%20-%20Test/69/console

@johnduarte
Copy link

@samuelson could you modify your commit message to prepend it with (maint)?

i.e.

(maint) Properly escape paths

@samuelson samuelson changed the title Properly escape paths (maint) Properly escape paths May 31, 2017
If the expanded path includes a space the puppet module tool would
interpret it as additional arguments. This change adds quotes around
the paths so that they're interpreted as single arguments.
@hunner hunner merged commit 6270645 into master May 31, 2017
hunner added a commit that referenced this pull request May 31, 2017
If the expanded path includes a space the puppet module tool would
interpret it as additional arguments. This change adds quotes around
the paths so that they're interpreted as single arguments.
@tphoney tphoney deleted the spaces_in_paths branch June 18, 2018 14:14
@chelnak chelnak added the bug label Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants