Skip to content

Commit

Permalink
Tweaking module name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctnitchie committed Jul 18, 2024
1 parent 82fa2c5 commit cf1b14c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="HumanElement_CryptKey" />
<module name="HumanElement_CryptKeyCLI" />
</config>
2 changes: 1 addition & 1 deletion registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'HumanElement_CryptKey',
'HumanElement_CryptKeyCLI',
__DIR__
);

0 comments on commit cf1b14c

Please sign in to comment.