Skip to content

Commit

Permalink
Fix invalid github link to post an issue (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
GotoFinal authored and Tapchicoma committed Nov 21, 2019
1 parent bc08930 commit 7519e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktlint/src/main/kotlin/com/pinterest/ktlint/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ class KtlintCommandLine {
LintError(
e.line, e.col, "",
"Internal Error (${e.ruleId}). " +
"Please create a ticket at https://github.com/pinterest/ktlint/issue " +
"Please create a ticket at https://github.com/pinterest/ktlint/issues " +
"(if possible, provide the source code that triggered an error)"
)
}
Expand Down

0 comments on commit 7519e64

Please sign in to comment.