We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021d438 commit ab7571cCopy full SHA for ab7571c
jas/analyzermanager.go
@@ -238,6 +238,7 @@ func getAnalyzerManagerRemoteDetails(downloadPath string) (server *config.Server
238
if err != nil {
239
return
240
}
241
+ log.Info("JFROG_CLI_RELEASES_REPO value: " + remoteRepo)
242
if remoteRepo != "" {
243
fullRemotePath = path.Join(remoteRepo, "artifactory", downloadPath)
244
0 commit comments