Use upper-case naming (Topgrade) everywhere (#96)
This commit is contained in:
@@ -92,7 +92,7 @@ pub fn run_in_tmux(args: &Option<String>) -> ! {
|
||||
tmux.new_session("topgrade").expect("Error creating a tmux session");
|
||||
}
|
||||
|
||||
tmux.run_in_session(&command).expect("Error running topgrade in tmux");
|
||||
tmux.run_in_session(&command).expect("Error running Topgrade in tmux");
|
||||
tmux.build()
|
||||
.args(["kill-window", "-t", "topgrade:dummy"])
|
||||
.output()
|
||||
|
||||
Reference in New Issue
Block a user