Skip to content

Commit

Permalink
FIX: Mage purge with agruments does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimLink authored Apr 13, 2022
1 parent bab69e3 commit b0f1068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.8.2] - 2022-04-13
### Fixes
- Mage purge with agruments does not work

## [1.8.1] - 2022-02-10
### Fixes
- Mage open with single quotes in admin url
Expand Down
4 changes: 2 additions & 2 deletions mage
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RED='\033[0;31m'
GREEN='\033[1;32m'
BLUE='\033[1;34m'

VERSION="1.8.1"
VERSION="1.8.2"
GITNAME="$(git config --global --get user.name | head -n1 | cut -d " " -f1)"
GITEMAIL="$(git config --global --get user.email)"
ADMINNAME="admin_$(echo "$GITNAME" | tr '[:upper:]' '[:lower:]')"
Expand Down Expand Up @@ -196,7 +196,7 @@ case "${@}" in
$MAGENTO_CLI config:set admin/security/password_lifetime ""
;;

"purge")
"purge"*)
CLEANTASKS=(
'pub/static/*'
'generated/*'
Expand Down

0 comments on commit b0f1068

Please sign in to comment.