summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.