Skip to content

Commit 5c7b87b

Browse files
committed
Fix path of sed
1 parent 5ebf088 commit 5c7b87b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ compile:
3737

3838
coverage:
3939
go test -race -covermode=atomic -coverprofile=c.out ./...
40-
sed -i '/^github.com\/cloudcloud\/auto-docs\/server\/auto-docs\/assets.go.*/d' c.out
40+
sed -i '/^github.com\/cloudcloud\/auto-docs\/auto-docs\/server\/assets.go.*/d' c.out
4141
go tool cover -html=c.out -o cover.html
4242

4343
# at this time, there's no watch enabled for the go binary

0 commit comments

Comments
 (0)