Skip to content

Commit

Permalink
Added whitespace where I shouldn't have.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jun 22, 2008
1 parent 423040f commit e318f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric.py
Expand Up @@ -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)
Expand Down

0 comments on commit e318f11

Please sign in to comment.