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 {
|
||||
println!("{}", text.join(" "))
|
||||
} else {
|
||||
printing::blockprint(&text.join(" "), console::Color::Cyan)
|
||||
printing::blockprint(text.join(" "), console::Color::Cyan)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue