Skip to content

Commit

Permalink
Merge pull request #34 from dashea/anonymous-pull
Browse files Browse the repository at this point in the history
Allow anonymous pull
  • Loading branch information
definite committed Dec 16, 2015
2 parents fe38cbf + 1ce185c commit 88441c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zanataclient/zanata.py
Expand Up @@ -588,7 +588,7 @@ def push(command_options, args):
pass


@command(GenericPull, True)
@command(GenericPull, False)
def pull(command_options, args, project_type=None):
"""
Usage: zanata pull [OPTIONS] {documents} {lang}
Expand Down

0 comments on commit 88441c3

Please sign in to comment.