Skip to content

Commit

Permalink
Don't use the base enginehub name for EH_pastebin
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed May 23, 2021
1 parent bf12c84 commit 82b3596
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ public enum BuiltInClipboardShareDestinations implements ClipboardShareDestinati
/**
* The EngineHub pastebin service, at https://paste.enginehub.org/
*/
ENGINEHUB_PASTEBIN("enginehub", "ehpaste") {
ENGINEHUB_PASTEBIN("enginehub_paste", "ehpaste") {
@Override
public String getName() {
return "EngineHub Paste";
Expand Down

0 comments on commit 82b3596

Please sign in to comment.