Skip to content

Commit

Permalink
fix apache#693: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jun 20, 2019
1 parent e05ff80 commit 0e3b31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ build-olm:
./script/build_olm.sh $(VERSION)

build-compile-integration-tests:
go test -c -tags=integration ./e2e/*.go
go test -c -tags=integration ./test/*.go

clean:
# go clean fails if modules support are turned on as it tries to
Expand Down

0 comments on commit 0e3b31d

Please sign in to comment.