Skip to content

Commit

Permalink
fix test ps script
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasng committed Dec 1, 2019
1 parent d432f19 commit 7f05752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/test-example-service.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $serviceLogDirecotry = "$PSScriptRoot/log"
$serviceCommand = $currentPwshExe
$serviceArguments = "$PSScriptRoot/test-service.ps1 -Message 'TestMessage with space!' -PathVar bind:PATH"

$serviceBinPath = 'P:\projects\service-wrapper\main.exe'
$serviceBinPath = "$PSScriptRoot/../service-wrapper.exe"
$serviceBinPath += ' -logdir "' + $serviceLogDirecotry + '"'
$serviceBinPath += ' -command "' + $serviceCommand + '"'
$serviceBinPath += ' -arguments "' + $serviceArguments + '"'
Expand Down

0 comments on commit 7f05752

Please sign in to comment.