Skip to content

Commit

Permalink
chore: fix typo on print found latest success check the commit id info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Jul 6, 2018
1 parent 599b970 commit b384c81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ChangeFile {

if (branchName != null) {
if (branchName == "HEAD" || branchName == DELETED_RECYCLE_FILE_NAME) {
Util.printLog("Found latest success check the commit id[$candidateId] which was ran on record file[$branchName]")
Util.printLog("Found latest success check the commit id[$candidateId] which was ran on the record file[$branchName]")
} else {
Util.printLog("Found latest success check the commit id[$candidateId] which was ran on the branch[$branchName]")
}
Expand Down

0 comments on commit b384c81

Please sign in to comment.