Skip to content

Commit

Permalink
Improve upload archive progress bar
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Jan 9, 2025
1 parent cd8748a commit 8182394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/commands/configfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ func (configFile *ConfigFile) setResolver(withSnapshot bool) error {
if configFile.Resolver.ServerId != "" {
repoTypes := []utils.RepoType{utils.Virtual}
if configFile.ConfigType != project.Go.String() {
// Go project doesn't support resolving from remote repositories. (https://jfrog.com/help/r/jfrog-artifactory-documentation/set-up-remote-go-repositories)
// Go doesn't support resolving from Artifactory remote Go repositories. (https://jfrog.com/help/r/jfrog-artifactory-documentation/set-up-remote-go-repositories)
// To resolve dependencies from a Remote Go repository, you must nest the remote repository under a virtual Go repository.
repoTypes = append(repoTypes, utils.Remote)
}
Expand Down

0 comments on commit 8182394

Please sign in to comment.