Skip to content

Commit

Permalink
fix: link clipboard thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Dec 7, 2018
1 parent ae73620 commit 4d9e5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fs.writeFileSync(redirectPath, format(newContents))

commitAndPush(short, longLink)

const link = `${baseUrl}/${short}`
const link = `${baseUrl}${short}`
clipboardy.writeSync(link)

console.log(`${link} has been copied to your clipboard`)

0 comments on commit 4d9e5d8

Please sign in to comment.