diff options
author | slene <vslene@gmail.com> | 2014-05-25 20:16:11 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-05-28 14:01:41 +0800 |
commit | 4ee6bc4fcac47edeea1f1e9fd5fbfd3ef595bbca (patch) | |
tree | 8867be03be123ea8c84bc92d7d388f6ac85de058 /bee.json | |
parent | ab13a29cb530457328cf9d3a2511c2db1d5ccaca (diff) | |
download | gitea-4ee6bc4fcac47edeea1f1e9fd5fbfd3ef595bbca.tar.gz gitea-4ee6bc4fcac47edeea1f1e9fd5fbfd3ef595bbca.zip |
fix for new git api
Diffstat (limited to 'bee.json')
-rw-r--r-- | bee.json | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,12 +12,12 @@ "models": "", "others": [ "modules", - "$GOPATH/src/github.com/gogits/logs", - "$GOPATH/src/github.com/gogits/git" + "/project/works/open/src/github.com/gogits/logs", + "/project/works/open/src/github.com/gogits/git" ] }, "cmd_args": [ "web" ], "envs": [] -}
\ No newline at end of file +} |