Skip to content
Snippets Groups Projects
Commit 73c3096d authored by Tamer Tas's avatar Tamer Tas
Browse files

pkg/cmd/download: remove deprecated github warning

parent 610aaa6f
No related branches found
No related tags found
No related merge requests found
...@@ -128,12 +128,6 @@ var Download = &cli.Command{ ...@@ -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) zipURL := host.ZipURL(templateURL)
if err := downloadZip(zipURL, targetDir); err != nil { if err := downloadZip(zipURL, targetDir); err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment