From 73c3096d2ec4687bb3ab00048d025ea62ed88a12 Mon Sep 17 00:00:00 2001
From: Tamer Tas <contact@tmrts.com>
Date: Mon, 27 Feb 2017 11:15:37 +0300
Subject: [PATCH] pkg/cmd/download: remove deprecated github warning

---
 pkg/cmd/download.go | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pkg/cmd/download.go b/pkg/cmd/download.go
index a04893f..220d7f1 100644
--- a/pkg/cmd/download.go
+++ b/pkg/cmd/download.go
@@ -128,12 +128,6 @@ var Download = &cli.Command{
 			}
 		}
 
-		/*
-		 *if !strings.Contains(templateURL, "github.com") {
-		 *    exit.Error(fmt.Errorf("download only supports project templates hosted on github at the moment"))
-		 *}
-		 */
-
 		zipURL := host.ZipURL(templateURL)
 
 		if err := downloadZip(zipURL, targetDir); err != nil {
-- 
GitLab