From: Bryan Date: Fri, 13 Dec 2013 01:33:19 +0000 (-0500) Subject: updating changed function name X-Git-Tag: release-20150131~386^2~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8e6a15e5f106f11298dea1d52d8c998e364bc634;p=oweals%2Fkarmaworld.git updating changed function name --- diff --git a/fabfile.py b/fabfile.py index 2686d37..1e9e164 100644 --- a/fabfile.py +++ b/fabfile.py @@ -293,7 +293,7 @@ def first_deploy(): syncdb() collect_static() fetch_usde() - import_and_clean_usde() + import_usde() start_supervisord()