minor fix
authorIan Kelling <ian@iankelling.org>
Sat, 7 Sep 2019 19:24:20 +0000 (15:24 -0400)
committerIan Kelling <ian@iankelling.org>
Sat, 7 Sep 2019 19:24:20 +0000 (15:24 -0400)
brc

diff --git a/brc b/brc
index 6ea6aad496a87ba5219f4755c2424864478bfe94..41d7d8ab7c79c4e607d4f6a9da78fb0db47f2e6a 100644 (file)
--- 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