Skip to content
This repository was archived by the owner on Jul 12, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bittensor_cli/src/commands/sudo.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ async def sudo_wrapped() -> GenericCall:
to_sudo_or_not_to_sudo = subnet_owner != coldkey_ss58
else:
to_sudo_or_not_to_sudo = confirm_action(
"This hyperparam can be executed as sudo or not. Do you want to execute as sudo [y] or not [n]?",
"This hyperparameter can be set by the subnet owner or by root via sudo. Execute as sudo?",
decline=decline,
quiet=quiet,
)
Expand Down