From 11289dbf42328974e051279eceb06afc7a5306c2 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Wed, 15 Apr 2020 12:39:05 -0700 Subject: [PATCH] Tye deploy nit (#369) --- docs/tutorials/hello-tye/01_deploy.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tutorials/hello-tye/01_deploy.md b/docs/tutorials/hello-tye/01_deploy.md index 7999ea59..05416aec 100644 --- a/docs/tutorials/hello-tye/01_deploy.md +++ b/docs/tutorials/hello-tye/01_deploy.md @@ -124,7 +124,6 @@ Tye has a optional configuration file (`tye.yaml`) to allow customizing settings Based on what container registry you configured, add the following line in the `tye.yaml` file: ```yaml - name: microservice registry: ```