From 31f9d141b6027bc999b1427a9cfb949fc2ab679c Mon Sep 17 00:00:00 2001 From: ravirambles Date: Tue, 12 Feb 2019 22:05:42 -0600 Subject: [PATCH] Update git-clone-all.sh updating the git-clone-all file in the youtube branch to add discounts --- scripts/git-clone-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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