fix(gui): Fix usbboot blob dir path

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2018-03-15 16:42:34 +01:00
parent 2aa37571f0
commit 936142cf7e
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F

View File

@ -29,7 +29,7 @@ const permissions = require('../../../shared/permissions')
* @type {String}
* @constant
*/
const BLOBS_DIRECTORY = path.join(__dirname, '..', '..', 'blobs')
const BLOBS_DIRECTORY = path.join(__dirname, '..', '..', '..', 'blobs')
const scanner = SDK.createScanner({
blockdevice: {