Skip to content

Change curl command --progress to --progress-bar

Gerardo Gutierrez requested to merge gerardo-master-patch-36457 into master

What does this MR do?

The curl commands in the document had the flag --progress. When I executed the command it failed due to this flag. The correct flag that I used was --progres-bar. I could not find any reference to whether this had changed in a specific version, or reference to the use of --progress

As far as I can tell the man pages also reference --progress-bar

Screenshots (strongly suggested)

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports