mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
Move TODO to a better place
This commit is contained in:
parent
24f50fa5ec
commit
5109bba302
@ -33,8 +33,6 @@ program
|
||||
.description('Show a list of your apps')
|
||||
.action(app.list)
|
||||
|
||||
# TODO: Check if not running on UNIX environment
|
||||
# and add a custom path accordingly
|
||||
data.prefix.set config.dataPrefix, (error) ->
|
||||
throw error if error?
|
||||
program.parse(process.argv)
|
||||
|
@ -7,6 +7,9 @@ config =
|
||||
# TODO: Should be configurable
|
||||
remoteUrl: 'https://staging.resin.io'
|
||||
apiPrefix: '/ewa/'
|
||||
|
||||
# TODO: Check if not running on UNIX environment
|
||||
# and add a custom path accordingly
|
||||
dataPrefix: path.join(process.env.HOME, '.resin')
|
||||
|
||||
config.urls =
|
||||
|
Loading…
Reference in New Issue
Block a user