aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-06-12 11:00:25 -0700
committerLouise Crow <louise.crow@gmail.com>2013-06-12 11:00:25 -0700
commit3e50311e30e304c8b399cf0b33c8b90fecc94626 (patch)
treeff331af3991ee7ca3b71cb22809ee61f9010bc76
parent7adb0b61a8aa38940f1f77a2d16cc6d42d01b16b (diff)
parent21241554dba3403ba8f770d3fd805bf0e4b956b6 (diff)
Merge branch 'hotfix/0.11.0.10' into rails-3-develop
-rwxr-xr-xscript/rails-post-deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy
index 4048c852f..a3257cf35 100755
--- a/script/rails-post-deploy
+++ b/script/rails-post-deploy
@@ -50,7 +50,7 @@ fi
if [ ! -e "$TOP_DIR/public/download" ]
then
mkdir -p "$TOP_DIR/cache/zips/download"
- ln -s "$TOP_DIR/cache/zips/download" "$TOP_DIR/public/"
+ ln -s "../cache/zips/download" "$TOP_DIR/public/"
fi
cd log