Skip to content

Commit 0dffbb9

Browse files
authored
Merge pull request #4 from jwilk/literal-backslash-n
Remove literal "\n" from error message
2 parents 1c90ca9 + 1f954ba commit 0dffbb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func main() {
108108

109109
if githubToken == "" {
110110
log.Fatal(`Error: GITHUB_TOKEN environment variable is not set.
111-
Please refer to https://help.github.com/articles/creating-an-access-token-for-command-line-use/ for more help\n`)
111+
Please refer to https://help.github.com/articles/creating-an-access-token-for-command-line-use/ for more help`)
112112
}
113113

114114
githubUser = userRepo[0]

0 commit comments

Comments
 (0)