From 08fd7e6293fb9e2b01924f77e75e5af5e813ecf1 Mon Sep 17 00:00:00 2001 From: Francis Irving Date: Thu, 29 Oct 2009 00:04:02 +0000 Subject: shlib in new place --- script/rails-post-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/rails-post-deploy') 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 -- cgit v1.2.3