summaryrefslogtreecommitdiff
path: root/src/bin/jv.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/jv.rs')
-rw-r--r--src/bin/jv.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jv.rs b/src/bin/jv.rs
index 0df6b32..27601e6 100644
--- a/src/bin/jv.rs
+++ b/src/bin/jv.rs
@@ -121,7 +121,7 @@ use cli_utils::legacy::{
push_version, socket_addr_helper,
};
use just_enough_vcs::utils::tcp_connection::error::TcpTargetError;
-use just_enough_vcs_cli::{
+use jvcli::{
data::{
compile_info::CompileInfo,
ipaddress_history::{get_recent_ip_address, insert_recent_ip_address},