Use the cantino/huginn repository for building the docker image

Ian Blenke 10 年之前
父節點
當前提交
0c5baaa5fa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker/scripts/setup

+ 1 - 1
docker/scripts/setup

@@ -7,7 +7,7 @@ set -e
7 7
 ON_HEROKU=${ON_HEROKU:-true}
8 8
 
9 9
 # Shallow clone the huginn project repo
10
-git clone --depth 1 https://github.com/ianblenke/huginn /app
10
+git clone --depth 1 https://github.com/cantino/huginn /app
11 11
 
12 12
 cd /app
13 13