diff options
author | Unknwon <u@gogs.io> | 2015-02-26 19:45:38 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-02-26 19:45:38 -0500 |
commit | e3dece1371f38f5af72c200bc4c4684ec2fc396b (patch) | |
tree | 5cf9eb5aabffb405f37a00a7c2bb1fe44c8e2493 /.bra.toml | |
parent | 8896c82d34ec5d86af1eeafb8c55a06f81bd3af1 (diff) | |
download | gitea-e3dece1371f38f5af72c200bc4c4684ec2fc396b.tar.gz gitea-e3dece1371f38f5af72c200bc4c4684ec2fc396b.zip |
modules/setting: simple behave change in startup
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [run] init_cmds = [ - ["grep", "-rn", "FIXME", "."], + #["grep", "-rn", "FIXME", "."], ["./gogs", "web"] ] watch_all = true |