From bd240915f45dee04903d534af8e91ebe57b4d21c Mon Sep 17 00:00:00 2001
From: elijah <elijah@riseup.net>
Date: Tue, 27 Jun 2017 14:33:45 -0700
Subject: [PATCH] remove submodule stuff. yeah.

---
 lib/leap_cli/commands/new.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/leap_cli/commands/new.rb b/lib/leap_cli/commands/new.rb
index b590723..46e5024 100644
--- a/lib/leap_cli/commands/new.rb
+++ b/lib/leap_cli/commands/new.rb
@@ -86,7 +86,6 @@ module LeapCli; module Commands
           Dir.chdir(platform_dir) do
             log :cloning, "leap_platform:stable into #{platform_dir}"
             pty_run "git clone --branch stable #{DEFAULT_REPO} ."
-            pty_run 'git submodule update --init'
           end
         else
           bail!
-- 
GitLab