Skip to content

Commit

Permalink
Add Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher authored and saadmk11 committed Jun 19, 2019
1 parent da4f71d commit 1207afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readthedocs/vcs_support/backends/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def update(self):
else:
self.make_clean_working_dir()
self.clone()
# A fetch is always required to get external versions properly
self.fetch()

def repo_exists(self):
Expand Down

0 comments on commit 1207afb

Please sign in to comment.