We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ecc39 commit ab31379Copy full SHA for ab31379
scripts/update-espwebtools-manifest.rb
@@ -11,6 +11,6 @@
11
manifest = JSON.parse(res.body)
12
puts manifest
13
build = manifest['builds'].detect{|b| b['chipFamily'] == ENV['CHIP_FAMILY']}
14
-build['parts'] = { path: ENV['RELEASE_IMAGE_URI'], offset: 0 }
+build['parts'] = [{ path: ENV['RELEASE_IMAGE_URI'], offset: 0 }]
15
16
File.write('assets/manifest.json', JSON.dump(manifest))
0 commit comments