| Index: visual_studio/NativeClientVSAddIn/buildbot_run.py | 
| diff --git a/visual_studio/NativeClientVSAddIn/buildbot_run.py b/visual_studio/NativeClientVSAddIn/buildbot_run.py | 
| index bf0016ecc4a3b576cdd8fbc44224f2666ac6a91f..4c0b929c18cd54335b965897de4d1aa99f9718eb 100755 | 
| --- a/visual_studio/NativeClientVSAddIn/buildbot_run.py | 
| +++ b/visual_studio/NativeClientVSAddIn/buildbot_run.py | 
| @@ -20,7 +20,7 @@ import zipfile | 
| GSURL = 'https://commondatastorage.googleapis.com' | 
| GSPATH = 'nativeclient-mirror/nacl/nacl_sdk/sdk' | 
| SDKROOT = os.path.join('..', '..', 'out', 'sdk') | 
| -SDK_VERSIONS = ['pepper_31', 'pepper32', 'pepper_canary'] | 
| +SDK_VERSIONS = ['pepper_31', 'pepper_32', 'pepper_canary'] | 
|  | 
|  | 
| def Log(msg): | 
|  |