Skip to content

Commit

Permalink
fix message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kwypchlo committed Oct 7, 2020
1 parent e20da59 commit f5194bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function encodeBase32(input) {
await octokit.issues.createComment({
...github.context.repo,
issue_number: github.context.issue.number,
body: `Deployed to https://${skylinkEncodedBase32}.siasky.net}<br>Skylink: \`${skylink}\``,
body: `Deployed to https://${skylinkEncodedBase32}.siasky.net<br>Skylink: \`${skylink}\``,
});
}
} catch (error) {
Expand Down

0 comments on commit f5194bd

Please sign in to comment.