Skip to content

Bugfix - #113

Open
peppekerstens wants to merge 3 commits into
PowerShellOrg:masterfrom
peppekerstens:bugfix
Open

Bugfix#113
peppekerstens wants to merge 3 commits into
PowerShellOrg:masterfrom
peppekerstens:bugfix

Conversation

@peppekerstens

Copy link
Copy Markdown

see messages and conversation in both issues for details

@peppekerstens

peppekerstens commented Jun 12, 2019

Copy link
Copy Markdown
Author

yup; saw it too. wrong typecasted. silly me

do not agree with GBVParams though; every function has it's own (but same!) default behavior for detection path.

    param(
        $Path = $PWD.Path,

So if no path is passed, effectively the same logic happens as before.

the whole

( Resolve-Path $Path ).Path

is mute when default behavior happens, so can be skipped

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.

2 participants