Skip to content

Commit

Permalink
chore: Remove set-default-site command
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Apr 26, 2021
1 parent c183c90 commit 324b586
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions bench/commands/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ def set_redis_socketio_host(host):
set_redis_socketio_host(host)


@click.command('set-default-site', help="Set default site for bench")
@click.argument('site')
def set_default_site(site):
from bench.utils import set_default_site
set_default_site(site)


@click.command('download-translations', help="Download latest translations")
def download_translations():
Expand Down
2 changes: 1 addition & 1 deletion docs/bench_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ These commands belong directly to the bench group so they can be invoked directl
- **set-redis-cache-host**: Set Redis cache host for bench
- **set-redis-queue-host**: Set Redis queue host for bench
- **set-redis-socketio-host**: Set Redis socketio host for bench
- **set-default-site**: Set default site for bench
- **use**: Set default site for bench
- **download-translations**: Download latest translations
Expand Down

0 comments on commit 324b586

Please sign in to comment.