From 4f1b9cd802ed914f9a79422f4ff6b330c0e65472 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 23 2012 16:38:48 +0000 Subject: Update cli_printUrl.sh --- diff --git a/Scripts/Bash/Functions/Commons/cli_printUrl.sh b/Scripts/Bash/Functions/Commons/cli_printUrl.sh index b4587a4..02684ca 100755 --- a/Scripts/Bash/Functions/Commons/cli_printUrl.sh +++ b/Scripts/Bash/Functions/Commons/cli_printUrl.sh @@ -83,7 +83,7 @@ function cli_printUrl { ;; --projects-artwork ) - URL=${DOMAINNAME_PROJECTS}/svn/artwork/ + URL="https://${DOMAINNAME_PROJECTS}/svn/artwork/" shift 1 ;;