From 79262173a6e0a5734ebfc1565e45353677008302 Mon Sep 17 00:00:00 2001
From: Unknwon <joe2010xtmf@163.com>
Date: Thu, 9 Oct 2014 19:01:22 -0400
Subject: Webhook delivery locking & Hide repo for org members if they don't
 have access

---
 .bra.toml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to '.bra.toml')

diff --git a/.bra.toml b/.bra.toml
index df2e10e6..d0229e8a 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -1,5 +1,8 @@
 [run]
-init_cmds = [["./gogs", "web"]]
+init_cmds = [
+	["grep", "-rn", "FIXME", "."],
+	["./gogs", "web"]
+]
 watch_all = true
 watch_dirs = [
 	"$WORKDIR/conf/locale",
-- 
cgit v1.2.3