Skip to content

Commit 3f1e41c

Browse files
authored
Merge pull request #519 from codacy/fix-base-url-argument-handling
default codacyApiBaseUrl to empty on a first step
2 parents 880c138 + afef5f7 commit 3f1e41c

File tree

1 file changed

+1
-1
lines changed
  • cli/src/main/scala/com/codacy/analysis/cli/command

1 file changed

+1
-1
lines changed

cli/src/main/scala/com/codacy/analysis/cli/command/CLIApp.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ final case class APIOptions(@ValueDescription("The project token.")
121121
@ValueDescription("The project name.")
122122
project: Option[ProjectName] = Option.empty,
123123
@ValueDescription("The codacy api base url.")
124-
codacyApiBaseUrl: Option[String] = Some("https://api.codacy.com"))
124+
codacyApiBaseUrl: Option[String] = Option.empty)
125125

126126
final case class Analyze(
127127
@Recurse

0 commit comments

Comments
 (0)