Skip to content

Commit

Permalink
Merge pull request #85 from mage2click/bugfix/mutagen-0.10.0-interact…
Browse files Browse the repository at this point in the history
…ive-setup-error

Changed mutagen version to 0.10.0
  • Loading branch information
u-maxx committed Aug 21, 2019
2 parents 73f93c4 + 757ee13 commit 389292d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/magento-2/bin/update
Expand Up @@ -48,7 +48,7 @@ fi
if [[ ! -z "$ALL" ]] || [[ ! -z "$MUTAGEN" ]]; then
MUTAGEN="$(mutagen version 2>/dev/null || true)"

if [[ "$MUTAGEN" == "$(printf "%s\n" "$MUTAGEN" "0.9.0" | sort -V | head -n 1)" ]]; then
if [[ "$MUTAGEN" == "$(printf "%s\n" "$MUTAGEN" "0.10.0" | sort -V | head -n 1)" ]]; then
printf "\e[0;32mMutagen update is not required\e[m"
echo
else
Expand Down

0 comments on commit 389292d

Please sign in to comment.