Skip to content

Commit

Permalink
updated the lib name
Browse files Browse the repository at this point in the history
Signed-off-by: Girish Joshi <[email protected]>
  • Loading branch information
girish946 committed Jun 2, 2024
1 parent cdab881 commit 2fdd87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use clap::{Parser, Subcommand};
use litho::{clone, flash};
use liblitho::{clone, flash};
use simple_pub_sub::client::Client;
use tokio::sync::broadcast;

Expand Down Expand Up @@ -180,7 +180,7 @@ pub async fn main() {
}
None => {
println!("No device specified");
match litho::devices::get_storage_devices() {
match liblitho::devices::get_storage_devices() {
Ok(devices) => {
for device in devices {
println!("{}", device);
Expand Down

0 comments on commit 2fdd87b

Please sign in to comment.