generated from PlexSheep/baserepo
automatic cargo CI changes
This commit is contained in:
parent
7eb7d95f94
commit
687fd94870
|
@ -73,7 +73,7 @@ fn main() -> anyhow::Result<()> {
|
||||||
if !fancy {
|
if !fancy {
|
||||||
println!("{}", text.join(" "))
|
println!("{}", text.join(" "))
|
||||||
} else {
|
} else {
|
||||||
printing::blockprint(&text.join(" "), console::Color::Cyan)
|
printing::blockprint(text.join(" "), console::Color::Cyan)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue