Skip to content

Commit f5e2524

Browse files
committed
Fix typo
1 parent f30e156 commit f5e2524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: go test -v -covermode=count -coverprofile=count.out ./...
2929
- run: go tool cover -html=count.out -o coverage.html
3030
- run:
31-
working_directory: cmd/ssl-status-borad
31+
working_directory: cmd/ssl-status-board
3232
command: |
3333
go get -v github.com/gobuffalo/packr/packr
3434
GOOS=linux GOARCH=amd64 packr build -o ../../release/ssl-status-board_linux_amd64

0 commit comments

Comments
 (0)