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 misplaced backslash in start template #666

Merged
merged 1 commit into from
Oct 12, 2020

Conversation

optiz0r
Copy link
Contributor

@optiz0r optiz0r commented Oct 10, 2020

During a recent refactor a backslash intended to be an end of line
escape was inadvertantly placed into the middle of a line when a
container command is specified. This fix reinserts the newline the
slash was meant to escape.

Fixes #661

During a recent refactor a backslash intended to be an end of line
escape was inadvertantly placed into the middle of a line when a
container command is specified. This fix reinserts the newline the
slash was meant to escape.

Fixes puppetlabs#661
@optiz0r optiz0r requested a review from a team as a code owner October 10, 2020 21:45
@codecov-io
Copy link

codecov-io commented Oct 10, 2020

Codecov Report

Merging #666 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #666   +/-   ##
=======================================
  Coverage   22.37%   22.37%           
=======================================
  Files          20       20           
  Lines         751      751           
=======================================
  Hits          168      168           
  Misses        583      583           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9a72a53...7e0e004. Read the comment docs.

@david22swan david22swan merged commit 91a6d69 into puppetlabs:main Oct 12, 2020
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 22.37%. Comparing base (9a72a53) to head (7e0e004).
Report is 522 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #666   +/-   ##
=======================================
  Coverage   22.37%   22.37%           
=======================================
  Files          20       20           
  Lines         751      751           
=======================================
  Hits          168      168           
  Misses        583      583           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Containsers fail to run when command supplied at 3.12.0
4 participants