Skip to content

Commit

Permalink
Use correct (new) path for DB module
Browse files Browse the repository at this point in the history
This was missed when CCM was restructured in quattor#162 (merged in 1713a03).
  • Loading branch information
jrha committed Oct 13, 2017
1 parent c4f4959 commit 1625d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/bin/ccm-purge
Expand Up @@ -16,7 +16,7 @@ use Digest::MD5 qw(md5_hex);
use Errno qw(ESRCH EPERM);
use File::Path;
use EDG::WP4::CCM::CCfg qw(initCfg);
use EDG::WP4::CCM::DB qw(read_db);
use EDG::WP4::CCM::CacheManager::DB qw(read_db);
use LC::Stat qw(:ST);

#
Expand Down

0 comments on commit 1625d0e

Please sign in to comment.