Skip to content

Commit

Permalink
Fixed String Parse Bug in Powershell entrypoint
Browse files Browse the repository at this point in the history
Signed-off-by: James.E.Bell <james.e.bell@target.com>
  • Loading branch information
James.E.Bell committed Jan 2, 2018
1 parent 1e9ad47 commit eff48b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/grease.ps1
Expand Up @@ -6,4 +6,4 @@ foreach($arg in $args){

$loc = split-path $SCRIPT:MyInvocation.MyCommand.Path -parent

Invoke-Expression "python $loc\grease $argsString"
python "$loc\grease" $argsString

0 comments on commit eff48b7

Please sign in to comment.