Skip to content

Commit

Permalink
build update script
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Feb 10, 2021
1 parent 047fdfe commit 76af2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $moduleName = 'Thycotic.SecretServer'
$staging = "$env:TEMP\tss_staging\"

$git = git status
if ($git[1] -notmatch "You branch is up to date") {
if ($git[1] -notmatch "Your branch is up to date") {
Pop-Location
throw "Local branch has commits not in GitHub"
}
Expand Down

0 comments on commit 76af2d0

Please sign in to comment.