From 51f763ca9ec7b571fdc8079c6c3e498e78691de1 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Sun, 26 Mar 2023 20:04:46 -0400 Subject: [PATCH] fix word-o --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b64152a94..a1a95e9df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,8 @@ version: 2.1 # Every job that pushes a Docker image from Docker Hub must authenticate to -# it. Define a couple yaml anchors that can be used to supply a the necessary credentials. +# it. Define a couple yaml anchors that can be used to supply the necessary +# credentials. # First is a CircleCI job context which makes Docker Hub credentials available # in the environment.