Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed Oct 21, 2021
1 parent 90187f3 commit 0ed1f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.11-beta
v0.2.12-beta
2 changes: 1 addition & 1 deletion cmd/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func init() {

// --reset-admin-url
bootstrapCmd.Flags().Bool(
"reset-admin-url", false, "disable magento 2 two-factor authentication")
"reset-admin-url", false, "set admin/url/use_custom and admin/url/use_custom_path configurations to 0")

_ = viper.BindPFlag(reward.AppName+"_reset_admin_url", bootstrapCmd.Flags().Lookup("reset-admin-url"))
}

0 comments on commit 0ed1f53

Please sign in to comment.