diff options
author | skyblue <ssx205@gmail.com> | 2014-04-10 00:07:57 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-10 00:07:57 +0800 |
commit | 8683d2f8570fedad694d0610074296a1452d3942 (patch) | |
tree | 200d29e578d84bd441114a3efa1317dbea7923fc /.fswatch.json | |
parent | c72e1b5c2ac8d2cbd123f3f53db7b4a125045725 (diff) | |
download | gitea-8683d2f8570fedad694d0610074296a1452d3942.tar.gz gitea-8683d2f8570fedad694d0610074296a1452d3942.zip |
remove martini oauth2 depend
Diffstat (limited to '.fswatch.json')
-rw-r--r-- | .fswatch.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.fswatch.json b/.fswatch.json index 4ef36ce478..7b12022c12 100644 --- a/.fswatch.json +++ b/.fswatch.json @@ -8,6 +8,5 @@ ], "env": { "POWERED_BY": "github.com/shxsun/fswatch" - }, - "enable-restart": false + } } |