From 466b0ffee80c373e7f176c19befde51ccc669acb Mon Sep 17 00:00:00 2001 From: dsc Date: Wed, 9 May 2012 10:16:13 -0700 Subject: [PATCH] Ah-haha. Yes. Perhaps I should actually stub out the prod stub. --- fabfile/__init__.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fabfile/__init__.py b/fabfile/__init__.py index bb9bbaf..4800f22 100644 --- a/fabfile/__init__.py +++ b/fabfile/__init__.py @@ -56,6 +56,7 @@ import stages @task def prod(): "Set deploy environment to production." + stages.prod() @task def stage(): -- 1.7.0.4