mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Correctly reference home directory
This commit is contained in:
parent
3c3cb3e850
commit
8df43575d0
@ -1,5 +1,7 @@
|
||||
path = require('path')
|
||||
|
||||
module.exports =
|
||||
|
||||
# TODO: Should be configurable
|
||||
baseUrl: 'https://staging.resin.io'
|
||||
dataPrefix: '~/.resin'
|
||||
dataPrefix: path.join(process.env.HOME, '.resin')
|
||||
|
Loading…
Reference in New Issue
Block a user