8000 rename mailhog plugin name (#51) · localstack/localstack-extensions@a37fcb1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a37fcb1

Browse files
authored
rename mailhog plugin name (#51)
1 parent 588ccff commit a37fcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailhog/mailhog/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class MailHogExtension(Extension):
3232
automatically delivered to mailhog. Neato burrito.
3333
"""
3434

35-
name = "localstack-mailhog"
35+
name = "mailhog"
3636

3737
hostname_prefix = "mailhog."
3838
"""Used for serving through a host rule."""

0 commit comments

Comments
 (0)
0