From 443f2c8609237ba7514687c6349943a9f4fbe249 Mon Sep 17 00:00:00 2001 From: Lele Long Date: Thu, 20 Feb 2020 21:44:14 +0800 Subject: [PATCH] Fix typo --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4628f04..9963b81 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: name: build bin command: make build - run: - name: run proxy backgroud to test real + name: run proxy background to test real command: export GO111MODULE=on && bin/goproxy background: true - run: @@ -41,7 +41,7 @@ jobs: name: build bin command: make build - run: - name: run proxy backgroud to test real + name: run proxy background to test real command: export GO111MODULE=on && bin/goproxy -proxy https://goproxy.io -exclude "golang.org" background: true - run: