The default repository is master nowadays.

Signed-off-by: Jani Nikula <[email protected]>
---
 dim | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dim b/dim
index d083f5558b5e..09eb801b2704 100755
--- a/dim
+++ b/dim
@@ -2046,8 +2046,8 @@ function dim_update_branches
        done
 
        cd $DIM_PREFIX/maintainer-tools
-       if git_is_current_branch maintainer-tools ; then
-               echo "Updating maintainer-tools ..."
+       if git_is_current_branch master || git_is_current_branch 
maintainer-tools; then
+               echo "Updating maintainer-tools..."
                git pull --rebase
        fi
 
-- 
2.20.1

_______________________________________________
dim-tools mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dim-tools

Reply via email to