Skip to content

Commit

Permalink
fix: typo (zellij-org#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji authored and imsnif committed Jul 13, 2022
1 parent 461d16e commit 8317cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 8317cde

Please sign in to comment.