Skip to content

Commit

Permalink
Simple documentation change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Curt Micol authored and bitprophet committed May 2, 2009
1 parent 8c49b27 commit 8aad65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def roles(*role_list):
env.webserver = ['www1', 'www2']
env.dbserver = ['db1']
@hosts('webserver', 'dbserver')
@roles('webserver', 'dbserver')
def my_func():
pass
Expand Down

0 comments on commit 8aad65e

Please sign in to comment.