Skip to content

Commit

Permalink
Removed future upgrade causing syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaume Florez committed Oct 20, 2016
1 parent 641899e commit ef60377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hookshub/hooks/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def event_actions(self):

class GitHubUtil:
@staticmethod
def clone_on_dir(dir, branch='None', repository, url):
def clone_on_dir(dir, branch, repository, url):
"""
:param dir: Directory where the clone will be applied. This may exist
or it'll throw an exception.
Expand Down

0 comments on commit ef60377

Please sign in to comment.