From bc73216d81219a307797aeecca6731ec818cf36d Mon Sep 17 00:00:00 2001 From: Jonathan Mezach Date: Mon, 22 May 2023 11:48:13 +0200 Subject: [PATCH] Improve README for Octopus Deploy plugin Signed-off-by: Jonathan Mezach --- plugins/octopus-deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/octopus-deploy/README.md b/plugins/octopus-deploy/README.md index abc0559896..0c874b250e 100644 --- a/plugins/octopus-deploy/README.md +++ b/plugins/octopus-deploy/README.md @@ -18,7 +18,7 @@ To use it, you will need to generate an [API Key](https://octopus.com/docs/octop // app-config.yaml proxy: '/octopus-deploy': - target: '' + target: 'https:///api' headers: X-Octopus-ApiKey: ${OCTOPUS_API_KEY} ```