@@ -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 |
|