Skip to content

Commit

Permalink
fix: Error in staff arg in generate_demo_data (#29368)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossgray authored Feb 28, 2025
1 parent 2f19e74 commit f1ec05c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posthog/management/commands/generate_demo_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def add_arguments(self, parser):
)
parser.add_argument(
"--staff",
type=bool,
action="store_true",
default=False,
help="Create a staff user",
Expand Down

0 comments on commit f1ec05c

Please sign in to comment.