Skip to content

Commit

Permalink
Improve output for clearing cache (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored and jetersen committed Apr 6, 2019
1 parent e3eaa98 commit bc7dd26
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -162,7 +162,7 @@ public FormValidation doShowStats() {

public FormValidation doClear() {
BitbucketCloudApiClient.clearCaches();
return FormValidation.ok("done");
return FormValidation.ok("Caches cleared");
}
}

Expand Down

0 comments on commit bc7dd26

Please sign in to comment.