mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-18 17:00:25 +00:00
Fix typo.
This commit is contained in:
parent
06ef69f87e
commit
791cbda490
@ -13,7 +13,7 @@ console.log('Supervisor started..')
|
||||
|
||||
newUuid = utils.getDeviceUuid()
|
||||
oldUuid = knex('config').select('value').where(key: 'uuid')
|
||||
version = utils.getSupevisorVersion()
|
||||
version = utils.getSupervisorVersion()
|
||||
|
||||
Promise.all([newUuid, oldUuid, version])
|
||||
.then ([newUuid, [oldUuid], version]) ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user