diff --git a/docs/administration/robot-accounts/_index.md b/docs/administration/robot-accounts/_index.md index 195fc3586..a3794387b 100644 --- a/docs/administration/robot-accounts/_index.md +++ b/docs/administration/robot-accounts/_index.md @@ -134,7 +134,7 @@ The same prefix is used for all robot accounts, including both system and projec To use a robot account in an automated process, for example a script, use `docker login` and provide the credentials of the robot account. ``` -docker login +docker login Username: Password: ```