diff --git a/arsenal/__init__.py b/arsenal/__init__.py index 67b5567..c04dc70 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.2' +__version__ = '1.2.4' diff --git a/arsenal/modules/config.py b/arsenal/modules/config.py index 5c6fef6..020cb72 100644 --- a/arsenal/modules/config.py +++ b/arsenal/modules/config.py @@ -15,7 +15,7 @@ join(BASEPATH, "my_cheats"), join(HOMEPATH, ".cheats"), # Add exegol folder - "/opt/my-ressources/my-cheats" + "/opt/my-resources/my-cheats" ] messages_error_missing_arguments = 'Error missing arguments' diff --git a/setup.py b/setup.py index a38f3c7..c044f64 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='arsenal-cli', - version='1.2.2', + version='1.2.4', packages=find_packages(), install_requires=REQUIREMENTS, include_package_data=True,