diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/cmd/mirror.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/mirror.py b/lib/spack/spack/cmd/mirror.py index 0470ae66bf..6edae785a0 100644 --- a/lib/spack/spack/cmd/mirror.py +++ b/lib/spack/spack/cmd/mirror.py @@ -443,7 +443,7 @@ def mirror_create(args): ) # When no directory is provided, the source dir is used - path = args.directory or spack.caches.FETCH_CACHE_location() + path = args.directory or spack.caches.fetch_cache_location() if args.all and not ev.active_environment(): create_mirror_for_all_specs( |