From 33d990ec27d25d58f5d9510f8fe77c6109d1ad80 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 29 Jan 2017 22:09:14 +0100 Subject: [PATCH] Update _common --- scripts/_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common b/scripts/_common index 75cf2ab..8e6e58c 100644 --- a/scripts/_common +++ b/scripts/_common @@ -1,5 +1,5 @@ extract_source() { - sudo git clone https://github.com/aliasaria/scrumblr.git /var/www/ \ + sudo git clone https://github.com/aliasaria/scrumblr.git /var/www/$app \ || ynh_die "Unable to download source" }