fix: typo (#1567)
This commit is contained in:
parent
3c6643ba49
commit
61deca80ed
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ pub(crate) fn start_client(opts: CliArgs) {
|
|||
|
||||
if let Ok(val) = std::env::var(envs::SESSION_NAME_ENV_KEY) {
|
||||
if val == *client.get_session_name() {
|
||||
eprintln!("You are trying to attach to the current session(\"{}\"). Zellij does not support nesting a session in itself", val);
|
||||
eprintln!("You are trying to attach to the current session(\"{}\"). Zellij does not support nesting a session in itself.", val);
|
||||
process::exit(1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue