Skip to content

Commit

Permalink
fix: correct PHONY spelling (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Oct 6, 2020
1 parent 32fb9df commit e3d3617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -56,7 +56,7 @@ cover:
go test ./... -coverprofile=cover.out
go tool cover -func=cover.out

.PHONE: mocks
.PHONY: mocks
mocks: .bin/mockgen
mockgen -mock_names Manager=MockLoginExecutorDependencies -package internal -destination internal/hook_login_executor_dependencies.go github.com/ory/kratos/selfservice loginExecutorDependencies

Expand Down

0 comments on commit e3d3617

Please sign in to comment.