summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Catteau <fcatteau@gitlab.com>2018-06-21 10:42:15 -0400
committerFabien Catteau <fcatteau@gitlab.com>2018-06-21 10:42:15 -0400
commitbdbefc34c0151bb36984e4953329bd46e266b68d (patch)
tree956980a55cef0abf04342f81a21c17914e4faacc
parent670a77f83573b859684a19392074267e1a1128c0 (diff)
Don't call realpathfix-no-realpath
Closes #2
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 6326f07..900311d 100755
--- a/run.sh
+++ b/run.sh
@@ -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.