Changed project named from adept to zealot
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-09-02 02:04:07 -04:00
parent e6417cf5a3
commit cab06fc350
7 changed files with 28 additions and 28 deletions

View File

@ -12,7 +12,7 @@ fn main() {
log4rs::init_file("./log4rs.yaml", Default::default()).unwrap();
// create and initialize our config and repository objects
let c: Config = Config::new("~/.config/adept.toml");
let c: Config = Config::new("~/.config/zealot.toml");
let r: Repository = Repository::new(&c.get_repository());
// create and start the video transcoder object