Skip to content

Commit

Permalink
Make rolling fab_mode default because it's the only one working.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed Mar 8, 2008
1 parent 63b2b06 commit 5ec814f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
ENV = {
'fab_version':__version__,
'fab_author':__author__,
'fab_mode':'fanout',
'fab_mode':'rolling',
'fab_port':22,
'fab_user':None,
'fab_pkey':None,
Expand Down

0 comments on commit 5ec814f

Please sign in to comment.