Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Update the deployinator link in the deployinator plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Beth Lincoln Denker committed Jun 22, 2011
1 parent 395a38c commit abbed82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public String getNewRevision() {
public String getDeployinatorDiffUrl() {
// TODO Add a global config var for deployinator host
return String.format(
"http://deployinator.etsycorp.com/diff/%s/%s/%s/compare",
"http://deployinator.etsycorp.com/diff/%s/%s...%s",
this.deployType,
this.oldRevision,
this.newRevision);
Expand Down

0 comments on commit abbed82

Please sign in to comment.