diff --git a/pkg/cmd/download.go b/pkg/cmd/download.go index a04893fd6cbb399fb34b203b79d6fe3aec7a0279..220d7f13dd1d1bc082ba243fcdb1bae2f639540d 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 {