Skip to content

Commit 541164c

Browse files
authored
Update Makefile
Signed-off-by: ahash23 <[email protected]>
1 parent 6edde57 commit 541164c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ integration:
2020

2121
smoke: build
2222
smoke:
23-
go test -v -tags='smoke' ./pkg/tests/smoke/...
23+
go test -v -tags='smoke' ./pkg/tests/smoke/..
2424

2525
GOLANGCI_LINT_VERSION ?= v2.1.2
2626
lint:
@@ -62,4 +62,4 @@ validate-docs: gen-docs
6262
;fi
6363

6464
gen-docs:
65-
go run tools/gendocs/main.go
65+
go run tools/gendocs/main.go

0 commit comments

Comments
 (0)