committed by
GitHub
parent
98657edb60
commit
94d230dc65
@@ -63,7 +63,7 @@ impl Tmux {
|
||||
|
||||
fn run_in_session(&self, command: &str) -> Result<()> {
|
||||
self.build()
|
||||
.args(&["new-window", "-t", "topgrade:1", command])
|
||||
.args(&["new-window", "-t", "topgrade", command])
|
||||
.spawn()?
|
||||
.wait()?
|
||||
.check()?;
|
||||
|
||||
Reference in New Issue
Block a user