Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
test fixes and dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Aug 4, 2016
1 parent ac040b7 commit b595eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cli/commands/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
throw new Error('failed to read the config')
}

console.log(config)
console.log(config.Value)
})
}

Expand Down
3 changes: 1 addition & 2 deletions src/cli/commands/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ module.exports = {
}

if (typeof version === 'object') { // js-ipfs-api output
console.log('ipfs version', version.Version)
return
version = version.Version
}

console.log(`js-ipfs version: ${version}`)
Expand Down

0 comments on commit b595eaa

Please sign in to comment.