Skip to content

Commit

Permalink
Update Delete-RemoteBranches.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored and azure-sdk committed Apr 28, 2022
1 parent cdc2b3a commit 049030c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Delete-RemoteBranches.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ foreach ($res in $responses)
continue
}

LogDebug "Last commit date $commitDate is older than $LastCommitOlderThan. Deleting..."
LogDebug "Branch [ $branchName ] in repo [ $RepoId ] has a last commit date $commitDate that is older than $LastCommitOlderThan. Deleting branch..."
}
catch {
LogError "Get-GithubReferenceCommitDate failed with exception:`n$_"
Expand Down

0 comments on commit 049030c

Please sign in to comment.