Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schemacs authored and oiooj committed Feb 20, 2020
1 parent 05e870c commit 81d8283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 81d8283

Please sign in to comment.