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
5d89b74bab
commit
5e620cbf03
@ -123,7 +123,7 @@ exports.update = ->
|
||||
for envVar in app.environment_variable
|
||||
env[envVar.name] = envVar.value
|
||||
return {
|
||||
imageId: "#{pocess.env.REGISTRY_ENDPOINT}/#{path.basename(app.git_repository, '.git')}/#{app.commit}"
|
||||
imageId: "#{process.env.REGISTRY_ENDPOINT}/#{path.basename(app.git_repository, '.git')}/#{app.commit}"
|
||||
env: env
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user