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