Skip to content
Snippets Groups Projects
Commit c4aa3661 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Move cache to muppet-strings dir.

parent 8e6e230a
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ logger.addHandler(ch)
def __main() -> None:
parser = argparse.ArgumentParser(
prog='puppet-doc configure',
prog='muppet',
description='Sets up puppet doc')
parser.add_argument('--env', action='store', default='/etc/puppetlabs/code/modules',
......@@ -46,7 +46,7 @@ def __main() -> None:
env = args.env
cache = Cache('/home/hugo/.cache/puppet-doc')
cache = Cache('/home/hugo/.cache/muppet-strings')
modules: list[ModuleEntry]
if args.modules != []:
......
......@@ -18,7 +18,7 @@ logger = logging.getLogger(__name__)
# TODO cache path
cache = Cache('/home/hugo/.cache/puppet-doc')
cache = Cache('/home/hugo/.cache/muppet-strings')
def tagged_list_to_dict(lst: list[Any]) -> dict[Any, Any]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment