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