diff options
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/ipaddress_history.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/ipaddress_history.rs b/src/data/ipaddress_history.rs index 2787c36..c100fc9 100644 --- a/src/data/ipaddress_history.rs +++ b/src/data/ipaddress_history.rs @@ -1,4 +1,4 @@ -use just_enough_vcs::vcs::current::current_cfg_dir; +use just_enough_vcs::vcs::env::current_cfg_dir; const IP_HISTORY_NAME: &str = "ip_history.txt"; |
