From 1f455698747f8567f5e92c41527bd6e1bffcedf6 Mon Sep 17 00:00:00 2001 From: Elia Schito Date: Tue, 27 Oct 2015 15:21:49 +0100 Subject: [PATCH] =?UTF-8?q?Typo:=20=5FSERVER=20=E2=86=92=20=5FTOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/cli/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/index.md b/docs/cli/index.md index a6129da8d..4816ccfb4 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -44,7 +44,7 @@ export DRONE_SERVER= In order to authorize communications you must also provide your access token: ``` -export DRONE_SERVER= +export DRONE_TOKEN= ``` -You can retrieve your access token from the user profile screen in Drone. \ No newline at end of file +You can retrieve your access token from the user profile screen in Drone.