This commit is contained in:
howardwu 2020-08-15 02:18:20 -07:00
parent f5fdf9c8aa
commit c3fe4db461

View File

@ -40,7 +40,7 @@ impl CLI for RemoveCommand {
// Get the package name
let _package_name = Manifest::try_from(&path)?.get_package_name();
log::info!("Unimplemented - `leo uninstall`");
log::info!("Unimplemented - `leo remove`");
Ok(())
}