summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-store/src/get.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/core/imag-store/src/get.rs')
-rw-r--r--bin/core/imag-store/src/get.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/core/imag-store/src/get.rs b/bin/core/imag-store/src/get.rs
index bf9a1eea..6885f594 100644
--- a/bin/core/imag-store/src/get.rs
+++ b/bin/core/imag-store/src/get.rs
@@ -24,7 +24,7 @@ use libimagerror::trace::MapErrTrace;
use libimagerror::exit::ExitUnwrap;
use libimagstore::storeid::StoreId;
-use retrieve::print_entry;
+use crate::retrieve::print_entry;
pub fn get(rt: &Runtime) {
let scmd = rt.cli().subcommand_matches("get").unwrap();