Make 'No pull requests' green, since it's happy
This commit is contained in:
parent
195d5f0770
commit
06c01356e8
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ fn print_pull_request(pull_request: &PullRequest) {
|
|||
|
||||
fn print_pull_requests(pull_requests: &Vec<PullRequest>) {
|
||||
if pull_requests.is_empty() {
|
||||
println!("\x1b[31;1mNo pull requests\x1b[0m");
|
||||
println!("\x1b[92;1mNo pull requests\x1b[0m");
|
||||
}
|
||||
for pull_request in pull_requests {
|
||||
println!();
|
||||
|
|
Loading…
Reference in a new issue