diff --git a/arsenal/__init__.py b/arsenal/__init__.py index 85dbf6d..6a67a89 100644 --- a/arsenal/__init__.py +++ b/arsenal/__init__.py @@ -6,4 +6,4 @@ __author_email__ = 'no-reply@orange.com' __license__ = 'GPL-3.0' __url__ = 'https://github.com/Orange-Cyberdefense/arsenal' -__version__ = '1.2.5' +__version__ = '1.2.6' diff --git a/arsenal/modules/config.py b/arsenal/modules/config.py index 39ed43b..a6cc3d8 100644 --- a/arsenal/modules/config.py +++ b/arsenal/modules/config.py @@ -16,7 +16,7 @@ join(HOMEPATH, ".cheats"), # Add exegol folder "/opt/my-resources/my-cheats", - "/opt/my-resources/setup/my-cheats" + "/opt/my-resources/setup/arsenal-cheats" ] messages_error_missing_arguments = 'Error missing arguments' diff --git a/setup.py b/setup.py index ec21474..7172091 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='arsenal-cli', - version='1.2.5', + version='1.2.6', packages=find_packages(), install_requires=REQUIREMENTS, include_package_data=True,