From 1a9542b37443a84e55e175db8ddef4e99f434fb5 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sat, 7 Sep 2019 15:24:20 -0400 Subject: [PATCH] minor fix --- brc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brc b/brc index 6ea6aad..41d7d8a 100644 --- a/brc +++ b/brc @@ -1043,7 +1043,7 @@ rg() { hstatus() { # do git status on published repos - cd /a/bin/githtml + c /a/bin/githtml for x in *; do cd $(readlink -f $x)/.. status=$(i status -s) || pwd -- 2.30.2