Skip to content

Commit

Permalink
fix a typo for #54
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed Sep 19, 2023
1 parent 34035a9 commit c2db731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logic/bootstrapMagento2.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func (c *bootstrapper) installMagento2ConfigureTFA() error {

modules := "Magento_TwoFactorAuth"
if c.magento2Version().GreaterThanOrEqual(minimumMagentoVersionForMFAAdminAdobeImsTwoFactorAuth) {
modules += "{Magento_AdminAdobeImsTwoFactorAuth,Magento_TwoFactorAuth}"
modules = "{Magento_AdminAdobeImsTwoFactorAuth,Magento_TwoFactorAuth}"
}

err := c.RunCmdEnvExec("bin/magento module:disable " + modules)
Expand Down

0 comments on commit c2db731

Please sign in to comment.