Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed May 24, 2017
1 parent b3d672d commit e397e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyup/providers/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def iter_git_tree(self, repo, branch):

def get_file(self, repo, path, branch):
logger.info("Getting file at {} for branch {}".format(path, branch))
# if the path has not root, add it
# if the path has no root, add it
if not path.startswith("/"):
path = "/" + path
try:
Expand Down

0 comments on commit e397e4e

Please sign in to comment.