The curl flag `-U` is used for:
> Specify the user name and password to use for proxy authentication.
This curl flag `-u` is used for:
> Specify the user name and password to use for server authentication.
This change adds the correct curl flag for using basic
authentication.