minor edits

This commit is contained in:
KevinMarquette
2017-08-05 19:50:59 -07:00
parent 291ee327c3
commit 82bdfb7dc7
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ class Chronometer
$breakpointParam = @{ $breakpointParam = @{
Script = $file Script = $file
Line = $bpLine Line = $bpLine
Action = { [ScriptProfiler]::RecordExecution( $_) } Action = { [ScriptProfiler]::RecordExecution( $_) }
} }
$this.breakPoint += Set-PSBreakpoint @breakpointParam $this.breakPoint += Set-PSBreakpoint @breakpointParam

View File

@@ -130,7 +130,7 @@ Task Deploy -Depends Build {
) )
{ {
$Params = @{ $Params = @{
Path = $ProjectRoot Path = $ProjectRoot
Force = $true Force = $true
} }