From e47bdb355f91ca91f497264af03b6ad9d56005b0 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Mon, 25 Nov 2019 15:57:46 -0700 Subject: [PATCH] Death to develop branch at rentdynamics --- bash/rentdynamics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/rentdynamics b/bash/rentdynamics index 289428d..6754f46 100644 --- a/bash/rentdynamics +++ b/bash/rentdynamics @@ -44,7 +44,7 @@ function rntbranchcleanup() { rnt $dir >/dev/null 2>/dev/null; if [ -d .git ]; then printf " - %s\e[1;34m %s\e[0m..." "clearing repository" "$dir"; - git branch -d $(git branch | sed -E "/develop|master|\*/d") >/dev/null 2>/dev/null; + git branch -d $(git branch | sed -E "/master|\*/d") >/dev/null 2>/dev/null; printf "\e[1;32m%s\e[0m\n" " DONE"; else printf " - \e[1;34m%s\e[1;31m %s\e[0m" "$dir" "is not a git repository";