Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1045)

Unified Diff: sky/tools/publish_apk.py

Issue 1235813007: Fix typo in publish_apk.py (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/publish_apk.py
diff --git a/sky/tools/publish_apk.py b/sky/tools/publish_apk.py
index 786c9d0bb225fa6b0bef865063489fc24fbacad8..b3bd6c5027486e12e51af0dee26bcb96627c5ad6 100755
--- a/sky/tools/publish_apk.py
+++ b/sky/tools/publish_apk.py
@@ -57,7 +57,7 @@ def publish_apk(service, package_name, apk_path, changes_text, track):
listing_response = service.edits().apklistings().update(
editId=edit_id, packageName=package_name, language='en-US',
apkVersionCode=apk_response['versionCode'],
- body={'recentChanges': changes}).execute()
+ body={'recentChanges': changes_text}).execute()
print ('Listing for language %s was updated.'
% listing_response['language'])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698