Skip to content

Commit

Permalink
fixes #646
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
  • Loading branch information
hacdias committed Aug 2, 2018
1 parent a32fdfe commit 54129d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/main/take-screenshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function handleScreenshot (opts) {
.then(() => ipfs().files.write(path, content, {create: true}))
.then(() => ipfs().files.stat(path))
.then((res) => {
const url = `https://ipfs.io/ipfs/${res.Hash}`
const url = `https://ipfs.io/ipfs/${res.hash}`
clipboard.writeText(url)
send('files-updated')
debug('Screenshot uploaded', {path: path})
Expand Down

0 comments on commit 54129d7

Please sign in to comment.