diff --git a/.gitignore b/.gitignore index 119d4748..cf06ff3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ /node_modules/ /automation/node_modules/ -/automation/meta-resin/ -/meta-resin/ +/automation/meta-balena/ +/meta-balena/ *.swp /data/ /build/ diff --git a/src/config/functions.ts b/src/config/functions.ts index a7908b8b..48cbf0f8 100644 --- a/src/config/functions.ts +++ b/src/config/functions.ts @@ -43,7 +43,7 @@ export const fnSchema = { async () => { try { // FIXME: We should be mounting the following file into the supervisor from the - // start-balena-supervisor script, changed in meta-resin - but until then, hardcode it + // start-balena-supervisor script, changed in meta-balena - but until then, hardcode it const data = await fs.readFile( `${constants.rootMountPoint}${constants.bootMountPoint}/device-type.json`, 'utf8', @@ -62,7 +62,7 @@ export const fnSchema = { async () => { try { // FIXME: We should be mounting the following file into the supervisor from the - // start-balena-supervisor script, changed in meta-resin - but until then, hardcode it + // start-balena-supervisor script, changed in meta-balena - but until then, hardcode it const data = await fs.readFile( `${constants.rootMountPoint}${constants.bootMountPoint}/device-type.json`, 'utf8',