diff options
| author | Fabien Catteau <fcatteau@gitlab.com> | 2018-06-21 10:42:15 -0400 |
|---|---|---|
| committer | Fabien Catteau <fcatteau@gitlab.com> | 2018-06-21 10:42:15 -0400 |
| commit | bdbefc34c0151bb36984e4953329bd46e266b68d (patch) | |
| tree | 956980a55cef0abf04342f81a21c17914e4faacc | |
| parent | 670a77f83573b859684a19392074267e1a1128c0 (diff) | |
Don't call realpathfix-no-realpath
Closes #2
| -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. |
