From 9def69545aadf7ca058e8b261c4aafbfdc6d5cfb Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 13 Jan 2023 09:41:12 -0500 Subject: [PATCH] chore: Remove extraneous quotes (#62) With the block YAML string indicator, the strings are unnecessary. --- src/executors/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/executors/default.yml b/src/executors/default.yml index 44c0dad..2b96932 100644 --- a/src/executors/default.yml +++ b/src/executors/default.yml @@ -1,6 +1,6 @@ description: | - "The official CircleCI Go Docker image on Docker Hub. - Found here: https://hub.docker.com/r/cimg/go" + The official CircleCI Go Docker image on Docker Hub. + Found here: https://hub.docker.com/r/cimg/go parameters: tag: description: "The `cimg/go` Docker image version tag."