summaryrefslogtreecommitdiffstats
path: root/bee.json
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-05-25 20:16:11 +0800
committerslene <vslene@gmail.com>2014-05-28 14:01:41 +0800
commit4ee6bc4fcac47edeea1f1e9fd5fbfd3ef595bbca (patch)
tree8867be03be123ea8c84bc92d7d388f6ac85de058 /bee.json
parentab13a29cb530457328cf9d3a2511c2db1d5ccaca (diff)
downloadgitea-4ee6bc4fcac47edeea1f1e9fd5fbfd3ef595bbca.tar.gz
gitea-4ee6bc4fcac47edeea1f1e9fd5fbfd3ef595bbca.zip
fix for new git api
Diffstat (limited to 'bee.json')
-rw-r--r--bee.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/bee.json b/bee.json
index e11be815bd..dea9261632 100644
--- a/bee.json
+++ b/bee.json
@@ -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
+}