File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ fn resolve_sandbox_name(name: Option<String>, gateway: &str) -> Result<String> {
184184 let last = load_last_sandbox ( gateway) . ok_or_else ( || {
185185 miette:: miette!(
186186 "No sandbox name provided and no last-used sandbox.\n \
187- Specify a sandbox name or connect to one first: nav sandbox connect <name>"
187+ Specify a sandbox name or connect to one first: openshell sandbox connect <name>"
188188 )
189189 } ) ?;
190190 eprintln ! ( "{} Using sandbox '{}' (last used)" , "→" . bold( ) , last. bold( ) ) ;
@@ -3482,7 +3482,7 @@ mod tests {
34823482 let err = resolve_sandbox_name ( None , "unknown-gateway" ) . unwrap_err ( ) ;
34833483 let msg = err. to_string ( ) ;
34843484 assert ! (
3485- msg. contains( "nav sandbox connect" ) ,
3485+ msg. contains( "openshell sandbox connect" ) ,
34863486 "expected helpful hint in error, got: {msg}"
34873487 ) ;
34883488 } ) ;
You can’t perform that action at this time.
0 commit comments