From cf1b14c57cbe051b5d9ef329d1b1928ef9a73f12 Mon Sep 17 00:00:00 2001 From: Chris Nitchie Date: Thu, 18 Jul 2024 18:05:22 -0400 Subject: [PATCH] Tweaking module name. --- etc/module.xml | 2 +- registration.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/module.xml b/etc/module.xml index ce7c108..1251a4b 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,4 +1,4 @@ - + diff --git a/registration.php b/registration.php index 579c742..de6f060 100644 --- a/registration.php +++ b/registration.php @@ -3,6 +3,6 @@ \Magento\Framework\Component\ComponentRegistrar::register( \Magento\Framework\Component\ComponentRegistrar::MODULE, - 'HumanElement_CryptKey', + 'HumanElement_CryptKeyCLI', __DIR__ );