summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2017-06-27 14:33:45 -0700
committerelijah <elijah@riseup.net>2017-06-27 14:33:45 -0700
commitbd240915f45dee04903d534af8e91ebe57b4d21c (patch)
tree9bf7428c85397d6889ddb012740532277ad32cbd
parentc3e773f1b353d25c10e27c0bae1bbf05370c0578 (diff)
remove submodule stuff. yeah.
-rw-r--r--lib/leap_cli/commands/new.rb1
1 files changed, 0 insertions, 1 deletions
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!