Skip to content

Commit 305136c

Browse files
committed
Replace /main with just / when collecting analytics
b/c it is more intuitive
1 parent c04f23b commit 305136c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class AppCommand(click.Group):
5252
context_class = AppContext
5353

5454

55-
@analyze("main")
55+
@analyze("")
5656
def main():
5757
global __trigger__
5858

0 commit comments

Comments
 (0)