From 08d8c5a4f800bbab3b02199e513b4f4cbb2a06ee Mon Sep 17 00:00:00 2001 From: ruyut Date: Mon, 9 Dec 2024 23:33:04 +0800 Subject: [PATCH] Fix typo in robot account login command example Signed-off-by: Ruyut --- docs/administration/robot-accounts/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ```