| Index: chrome/common/extensions/docs/server2/cron_servlet.py
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/cron_servlet.py (revision 202781)
|
| +++ chrome/common/extensions/docs/server2/cron_servlet.py (working copy)
|
| @@ -235,6 +235,5 @@
|
| object_store_creator,
|
| host_file_system,
|
| app_samples_file_system,
|
| - '/static' if channel == 'stable' else
|
| - '/%s/static' % channel,
|
| + '' if channel == 'stable' else '/%s' % channel,
|
| compiled_host_fs_factory)
|
|
|