Skip to content

Commit

Permalink
I broke the case where one or more of to and from where unspecified
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Wiborg committed Sep 16, 2011
1 parent 7bfd874 commit 486fa63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private buildNumber(String build) {
} else {
def permaLink = my.project.getPermalinks().get(build)
def run = permaLink?.resolve(my.project)
return run?.number.toString()
return run?.number?.toString()
}
}

Expand Down

0 comments on commit 486fa63

Please sign in to comment.