diff --git a/muranorepository/cmd/run.py b/muranorepository/cmd/run.py index ebf3c2c..cab1a30 100644 --- a/muranorepository/cmd/run.py +++ b/muranorepository/cmd/run.py @@ -55,7 +55,7 @@ def main(): #configuring and initializing cache directory if cfg.CONF.cache_dir is None: cfg.CONF.cache_dir = os.path.join( - tempfile.gettempdir(), 'murano-cache' + tempfile.gettempdir(), 'muranorepository-cache' ) if not os.path.exists(cfg.CONF.cache_dir): os.mkdir(cfg.CONF.cache_dir)