Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Jun 2, 2019
1 parent f30e156 commit f5e2524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: go test -v -covermode=count -coverprofile=count.out ./...
- run: go tool cover -html=count.out -o coverage.html
- run:
working_directory: cmd/ssl-status-borad
working_directory: cmd/ssl-status-board
command: |
go get -v github.com/gobuffalo/packr/packr
GOOS=linux GOARCH=amd64 packr build -o ../../release/ssl-status-board_linux_amd64
Expand Down

0 comments on commit f5e2524

Please sign in to comment.