Skip to content

Commit 52894c8

Browse files
committed
Improve upload archive progress bar
Signed-off-by: Michael Sverdlov <[email protected]>
1 parent 3a1bcf0 commit 52894c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifactory/commands/packagemanagerlogin/packagemanagerlogin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (pmlc *PackageManagerLoginCommand) SetProjectKey(projectKey string) *Packag
114114

115115
// Run executes the configuration method corresponding to the package manager specified for the command.
116116
func (pmlc *PackageManagerLoginCommand) Run() (err error) {
117-
if IsSupportedPackageManager(pmlc.packageManager) {
117+
if !IsSupportedPackageManager(pmlc.packageManager) {
118118
return errorutils.CheckErrorf("unsupported package manager: %s", pmlc.packageManager)
119119
}
120120

0 commit comments

Comments
 (0)