Skip to content

Commit 5bc585b

Browse files
authored
Fixed spacing in the warning message
1 parent f9eb5e1 commit 5bc585b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ async function main() {
177177
`and will be automatically unassigned after ${willBeUnassignedInHours} ` +
178178
`more hours (${(willBeUnassignedInHours/24).toFixed(2)} days).` +
179179
`If you need help or have questions, please visit slack during ` +
180-
`office hours (Tuesdays 6-8 PM PST) in the #casa channel.` +
181-
`Link to slack: https://rubyforgood.herokuapp.com/` +
180+
`office hours (Tuesdays 6-8 PM PST) in the #casa channel. ` +
181+
`Link to slack: https://rubyforgood.herokuapp.com/ \n` +
182182
`${warningInactiveMessage}`;
183183
try {
184184
await octokit.issues.createComment({

0 commit comments

Comments
 (0)