diff --git a/scripts/git-clone-all.sh b/scripts/git-clone-all.sh index 3232637..b23c6e5 100755 --- a/scripts/git-clone-all.sh +++ b/scripts/git-clone-all.sh @@ -1,5 +1,5 @@ #!/bin/bash -REPOSITORIES=(DNC-DShop DNC-DShop.Api DNC-DShop.Api.Next DNC-DShop.Common DNC-DShop.Services.Customers DNC-DShop.Services.Identity DNC-DShop.Services.Notifications DNC-DShop.Services.Operations DNC-DShop.Services.Orders DNC-DShop.Services.Products DNC-DShop.Services.Signalr) +REPOSITORIES=(DNC-DShop DNC-DShop.Api DNC-DShop.Api.Next DNC-DShop.Common DNC-DShop.Services.Customers DNC-DShop.Services.Discounts DNC-DShop.Services.Identity DNC-DShop.Services.Notifications DNC-DShop.Services.Operations DNC-DShop.Services.Orders DNC-DShop.Services.Products DNC-DShop.Services.Signalr) if [ "$1" = "-p" ] then @@ -13,4 +13,4 @@ if [ "$1" = "-p" ] REPO_URL=https://github.com/devmentors/$REPOSITORY.git git clone $REPO_URL done -fi \ No newline at end of file +fi