Skip to content

Commit ff0466b

Browse files
committed
Removes name conflict
1 parent f33b6b8 commit ff0466b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4747,7 +4747,7 @@ def subnets_create(
47474747
wallet_hotkey: str = Options.wallet_hotkey,
47484748
network: Optional[list[str]] = Options.network,
47494749
subnet_name: Optional[str] = typer.Option(
4750-
None, "--subnet-name", "--name", help="Name of the subnet"
4750+
None, "--subnet-name", help="Name of the subnet"
47514751
),
47524752
github_repo: Optional[str] = typer.Option(
47534753
None, "--github-repo", "--repo", help="GitHub repository URL"

0 commit comments

Comments
 (0)