-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ RED='\033[0;31m' | |
GREEN='\033[1;32m' | ||
BLUE='\033[1;34m' | ||
|
||
VERSION="1.15.2" | ||
VERSION="1.16.0" | ||
GITNAME="$(git config --global --get user.name | head -n1 | cut -d " " -f1)" | ||
GITEMAIL="$(git config --global --get user.email)" | ||
ADMINNAME="$(echo "$GITNAME" | tr '[:upper:]' '[:lower:]')" | ||
|
@@ -492,7 +492,7 @@ case "${@}" in | |
$COMPOSER_CLI config repositories.private-packagist composer https://hyva-themes.repo.packagist.com/$HYVA_URL/ | ||
$COMPOSER_CLI require hyva-themes/magento2-hyva-checkout | ||
else | ||
$COMPOSER_CLI config repositories.hyva-themes/hyva-checkout git [email protected]:hyva-themes/checkout.git | ||
$COMPOSER_CLI config repositories.hyva-themes/hyva-checkout git [email protected]:hyva-checkout/checkout.git | ||
$COMPOSER_CLI require hyva-themes/magento2-hyva-checkout --prefer-source | ||
fi | ||
;; | ||
|