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

Path name formatting #19

Closed
mapresto opened this issue May 18, 2019 · 1 comment
Closed

Path name formatting #19

mapresto opened this issue May 18, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Projects

Comments

@mapresto
Copy link
Owner

Describe the bug
Several path names are joined through String joins. This can leave a path that looks like C:\Temp\PowerStig\CKL\20190517\server1DC.ckl

To Reproduce
Steps to reproduce the behavior:
Run a scan with -DebugScript on and review the variable declarations

Expected behavior
Clean formatted path names. This can be done by using Join-Path instead of the current method to ensure that the path is correct and can be used by various applications correctly.

@mapresto mapresto added the enhancement New feature or request label May 18, 2019
@mapresto mapresto self-assigned this May 18, 2019
@mapresto
Copy link
Owner Author

Completed in 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
2.0.0.0
  
Awaiting triage
Development

No branches or pull requests

1 participant