summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-02-26 19:45:38 -0500
committerUnknwon <u@gogs.io>2015-02-26 19:45:38 -0500
commite3dece1371f38f5af72c200bc4c4684ec2fc396b (patch)
tree5cf9eb5aabffb405f37a00a7c2bb1fe44c8e2493 /.bra.toml
parent8896c82d34ec5d86af1eeafb8c55a06f81bd3af1 (diff)
downloadgitea-e3dece1371f38f5af72c200bc4c4684ec2fc396b.tar.gz
gitea-e3dece1371f38f5af72c200bc4c4684ec2fc396b.zip
modules/setting: simple behave change in startup
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bra.toml b/.bra.toml
index 65b3988445..0f52fcdde5 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -1,6 +1,6 @@
[run]
init_cmds = [
- ["grep", "-rn", "FIXME", "."],
+ #["grep", "-rn", "FIXME", "."],
["./gogs", "web"]
]
watch_all = true