Skip to content

Commit

Permalink
Change the build step display text to "Execute Docker command"
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdogg committed Oct 14, 2015
1 parent 461ceb0 commit 35c95e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public boolean isApplicable(@SuppressWarnings("rawtypes") Class<? extends Abstra
}

public String getDisplayName() {
return "Execute Docker container";
return "Execute Docker command";
}

@Override
Expand Down

0 comments on commit 35c95e6

Please sign in to comment.