Skip to content

Commit

Permalink
Move isOSUpdate to platform level.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed May 28, 2014
1 parent 2a93c81 commit 59dee9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auslib/blob.py
Expand Up @@ -204,11 +204,11 @@ class ReleaseBlobV2(Blob):
'showPrompt': None,
'showNeverForVersion': None,
'showSurvey': None,
'isOSUpdate': None,
'platforms': {
'*': {
'alias': None,
'buildID': None,
'isOSUpdate': None,
'OS_BOUNCER': None,
'OS_FTP': None,
'locales': {
Expand Down

0 comments on commit 59dee9c

Please sign in to comment.