From cd8395142012686840179b5a6319f435ebae6b0d Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Mon, 19 Aug 2019 09:53:40 +0200 Subject: [PATCH] Fix typo in install-rust task example --- docs/custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom.md b/docs/custom.md index 2ce27c0..e2828a7 100644 --- a/docs/custom.md +++ b/docs/custom.md @@ -94,7 +94,7 @@ To re-use the CI steps from the template `azure/foobar.yml`. ### Install Rust ```yaml -template: azure/install-rust.yml.yml@templates +template: azure/install-rust.yml@templates ``` Installs Rust and additional components and targets as needed.