Skip to content

Commit

Permalink
Let the fab_user variable default to the user of the calling login sh…
Browse files Browse the repository at this point in the history
…ell.
  • Loading branch information
chrisvest committed Apr 27, 2008
1 parent 0cf99b1 commit e32beb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric.py
Expand Up @@ -53,7 +53,7 @@
'fab_author':__author__,
'fab_mode':'rolling',
'fab_port':22,
'fab_user':None,
'fab_user':os.getlogin(),
'fab_pkey':None,
'fab_key_filename':None,
'fab_new_host_key':'accept',
Expand Down

0 comments on commit e32beb9

Please sign in to comment.