fix (Makefile): Add proper comment delimiter (#1577)

pull/1578/head
Jim 5 years ago committed by GitHub
parent 50ad0f9396
commit 2ee2c50ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -138,7 +138,7 @@ protobuild:
@protoc-go-inject-tag -input=./internal/credential/vault/store/vault.pb.go
@protoc-go-inject-tag -input=./internal/servers/servers.pb.go
// inject classification tags (see: https://github.com/hashicorp/go-eventlogger/tree/main/filters/encrypt)
# inject classification tags (see: https://github.com/hashicorp/go-eventlogger/tree/main/filters/encrypt)
@protoc-go-inject-tag -input=./internal/gen/controller/api/services/auth_method_service.pb.go
@protoc-go-inject-tag -input=./sdk/pbs/controller/api/resources/authmethods/auth_method.pb.go
@protoc-go-inject-tag -input=./sdk/pbs/controller/api/resources/scopes/scope.pb.go

Loading…
Cancel
Save