You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): handle URL-based node specs in reinstall_node()
resolve_node_spec() returns the full URL as node_name, but
unknown_active_nodes is keyed by repo basename. This caused
unified_uninstall/purge_node_state to miss the node, leaving the
directory in place. The subsequent install then fails with
"Already exists".
Fix: detect URL input first, extract repo basename for
uninstall/purge, then pass the original URL to install_node.
0 commit comments