Skip to content

Commit

Permalink
Use invalid token in hint #3431
Browse files Browse the repository at this point in the history
  • Loading branch information
fritschldwg committed Dec 13, 2023
1 parent eb0c069 commit e02fab9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ParserDialog {

val user: String = KInquirer.promptInput(
message = "What is the sonar user token (sonar.login) required to connect to the remote Sonar instance?",
hint = "squ_a85eae3934941de66cbd0115f500aa59234afcda"
hint = "sqp_0a81f6490875e062f79ccdeace23ac3c68dac6e"
)

val outputFileName: String = KInquirer.promptInput(
Expand Down

0 comments on commit e02fab9

Please sign in to comment.