diff options
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ case "$COMMAND" in fi # Symlink the project into GOPATH to allow fetching dependencies. - ln -sf `realpath $APP_PATH` /gopath/src/app + ln -s $APP_PATH /gopath/src/app if test -f Godeps/Godeps.json ; then # Install Go dependencies with Godeps. |
