diff options
Diffstat (limited to 'script/rails-post-deploy')
-rwxr-xr-x | script/rails-post-deploy | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy index d30561df3..94e9b85a5 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -16,9 +16,6 @@ set -e MYSOCIETY_DIR=`pwd` -# $1 should be the directory of the rails app -cd $1 - # make sure that there is an app directory, so are in a rails app tree cd app/.. |