diff options
author | Francis Irving <francis@mysociety.org> | 2009-10-29 00:04:02 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-10-29 00:04:02 +0000 |
commit | 08fd7e6293fb9e2b01924f77e75e5af5e813ecf1 (patch) | |
tree | d48b40eb2c7aff0b1eb18d874f86685e35fbc00c /script/rails-post-deploy | |
parent | f9ea28feaef20310289069f7ec1d7412984fe599 (diff) |
shlib in new place
Diffstat (limited to 'script/rails-post-deploy')
-rwxr-xr-x | script/rails-post-deploy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy index 046445070..b66c95089 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -22,7 +22,7 @@ cd app/.. # read config file in for later (STAGING_SITE) if [ -e "config/general" ] then - . ../shlib/deployfns + . commonlib/shlib/deployfns read_conf config/general else OPTION_DOMAIN=127.0.0.1:3000 |