From 9a3409b00184ba28ea56395742c8de92d3d814ea Mon Sep 17 00:00:00 2001 From: Mari Date: Fri, 15 May 2020 14:21:03 -0400 Subject: [PATCH] Autocommitted updated scripts from mari-wovn --- per-host/mari-wovn/.bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/per-host/mari-wovn/.bash_aliases b/per-host/mari-wovn/.bash_aliases index 03ffb4f..c91e348 100644 --- a/per-host/mari-wovn/.bash_aliases +++ b/per-host/mari-wovn/.bash_aliases @@ -129,7 +129,7 @@ function wovn_delete() { return $lastexit } function _list_feature_branches() { - git --git-dir ~/equalizer.git for-each-ref --format '%(refname:short)' refs/heads/ \ + git --git-dir ~/equalizer/master/.git for-each-ref --format '%(refname:short)' refs/heads/ \ | grep -vF $'develop\ndevelop_front\nmaster' \ | sed 's#^feature/##' }