Skip to content

Commit

Permalink
Update pipelines/cli.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yahav Itschak <[email protected]>
  • Loading branch information
sverdlov93 and yahavi authored Oct 28, 2024
1 parent 1a9d34e commit 678cd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func createPipelinesDetailsByFlags(c *cli.Context) (*coreConfig.ServerDetails, e
return nil, err
}
if plDetails.PipelinesUrl == "" {
return nil, errors.New("JFrog Pipelines URL specified as part of the server configuration")
return nil, errors.New("no JFrog Pipelines URL specified as part of the server configuration")
}
return plDetails, nil
}
Expand Down

0 comments on commit 678cd53

Please sign in to comment.