Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #39 from minggangw/marketbilling
Browse files Browse the repository at this point in the history
[IAP]Change the git url of marketbilling repo
  • Loading branch information
Halton Huo committed May 18, 2016
2 parents 4bdd0dd + 932a4f8 commit 8673aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iap/ensure_iab_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def EnsureAndEnterIABRepo(output_dir, repo):

repo_dir = os.path.join(output_dir, repo)

git_url = 'https://code.google.com/p/%s/' % repo
git_url = 'https://github.com/marchbold/marketbilling.git'
co = GitCheckout(repo_dir, None, 'master', git_url, None)
co.prepare('ff1c062b22b97c3baee12eae8d65a2adcf396f5f')

Expand Down

0 comments on commit 8673aab

Please sign in to comment.