Skip to content

Commit

Permalink
Update lint client id to cli (#163)
Browse files Browse the repository at this point in the history
Fixes #163
  • Loading branch information
arunkumar9t2 committed Apr 5, 2024
1 parent 02735d5 commit aa85676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lint/src/main/java/com/grab/lint/LintBaseCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ abstract class LintBaseCommand : CliktCommand() {
//"--quiet",
"--exitcode",
"--offline", // Not a good practice to make bazel actions reach the network yet
"--client-id", "test",
"--client-id", "cli",
"--jdk-home", jdkHome // Java home to use
).apply {
System.getenv("ANDROID_HOME")?.let { // TODO(arun) Need to revisit this.
Expand Down

0 comments on commit aa85676

Please sign in to comment.