Skip to content

Commit

Permalink
add atomic runner hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
clr2of8 committed Oct 3, 2023
1 parent 2928c73 commit 9f852bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Invoke-AtomicRunner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function Invoke-AtomicRunner {
}
return
}

# exit if file stop.txt is found
If (Test-Path $artConfig.stopFile) {
LogRunnerMsg "exiting script because $($artConfig.stopFile) does exist"
Expand Down

0 comments on commit 9f852bd

Please sign in to comment.