From 9d607bec6abec69cffe6a074e60687cfa422be07 Mon Sep 17 00:00:00 2001
From: totten <totten@civicrm.org>
Date: Thu, 3 Sep 2020 09:10:40 +0000
Subject: [PATCH] Update 5.x-rc.md

---
 doc/5.x-rc.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/5.x-rc.md b/doc/5.x-rc.md
index 04f749b..37f1044 100644
--- a/doc/5.x-rc.md
+++ b/doc/5.x-rc.md
@@ -50,13 +50,12 @@ A safe way to make a clean copy of every repo is to create a new `dist` build (`
 ```bash
 ## Ensure that you have a clean, up-to-date copy of the `master` branch.
 cd ~/src/master
-git scan foreach -c 'pwd; git branch; echo'
+git scan foreach -c 'pwd; git branch | grep \* ; echo'
 git scan up
  
 ## Fixme: for now you need to manually add the extra drupal branches
 cd drupal
 git checkout 6.x-master && git pull origin 6.x-master
-git checkout 8.x-master && git pull origin 8.x-master
 git checkout 7.x-master && git pull origin 7.x-master
 cd ..
  
-- 
GitLab