From e318f11b8a74ee6b12046959cb85934d21b209b8 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sun, 22 Jun 2008 10:02:46 -0400 Subject: [PATCH] Added whitespace where I shouldn't have. --- fabric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric.py b/fabric.py index 31e14ac3ec..435ab4668a 100644 --- a/fabric.py +++ b/fabric.py @@ -792,7 +792,7 @@ def _set(**kwargs): Set a Fabric variable. Example: - $fab set:fab_user=billy, other_var=other_value + $fab set:fab_user=billy,other_var=other_value """ for k, v in kwargs.items(): ENV[k] = (v % ENV)