Changed project named from adept to zealot
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user