From c3e773f1b353d25c10e27c0bae1bbf05370c0578 Mon Sep 17 00:00:00 2001
From: elijah <elijah@riseup.net>
Date: Tue, 27 Jun 2017 12:59:04 -0700
Subject: [PATCH] new command - clone stable branch of platform, not master.

---
 lib/leap_cli/commands/new.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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