From 7f6f85aa55c175d6509275e7ae48cd732c95fbce Mon Sep 17 00:00:00 2001 From: "H." <33533169+hkacmaz@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:55:42 +0200 Subject: [PATCH] doc: update README.md (#452) --token $IONOS_TOKEN dollar sign is needed for exposed variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc863bc1e..2be8cbc17 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Enter your password: You can also authenticate via `--token` flag exclusively: ```text -ionosctl login --token IONOS_TOKEN +ionosctl login --token $IONOS_TOKEN ``` After providing credentials, you will be notified if you logged in successfully or not: