fixup! fixup! vento: Imported changes to Git

This commit is contained in:
Lux Aliaga 2022-09-14 16:21:11 -03:00
parent 9b49385044
commit 88d07f5014
1 changed files with 1 additions and 1 deletions

View File

@ -71,4 +71,4 @@ fn create_slots(dir: PathBuf) { // Used only on init. Creates all required direc
fs::create_dir_all(inactive).expect("❌ Vento was unable to initalize. Do you have the correct permissions?");
println!("🎉 {}", format!("Vento has been succesfully initialized!").green());
}
}