Use upper-case naming (Topgrade) everywhere (#96)

This commit is contained in:
Pascal Jufer
2022-11-01 23:21:30 +01:00
committed by GitHub
parent 6cb9e96151
commit b81f28a73a
5 changed files with 8 additions and 8 deletions

View File

@@ -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()