Skip to content

Commit

Permalink
Fix git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
7fELF committed Aug 16, 2016
1 parent 92c44e6 commit 0df25a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitfiti.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def fake_it(image, start_date, username, repo, git_url, offset=0, multiplier=1):
'git add gitfiti\n'
'{1}\n'
'git remote add origin {2}:{3}/$REPO.git\n'
'git pull\n'
'git pull origin master\n'
'git push -u origin master\n'
)

Expand Down

0 comments on commit 0df25a7

Please sign in to comment.