Skip to content

Commit

Permalink
Fix go_package in attributes.proto
Browse files Browse the repository at this point in the history
At some point, the attributes.proto file appears to have moved, causing
the go_package directive to point to the wrong location.  This causes
the attributes.pb.go file to be generated at the old location, and does
not actually update the utilized copy.

This changeset fixes the go_package and rebuilds the proto.

Change-Id: I1b2df6a0056ca458decfa56b07eb56255f4bf67c
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
  • Loading branch information
Jason Yellick committed Jan 11, 2017
1 parent bbe8e8c commit 71c3c9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions accesscontrol/attributes/proto/attributes.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion accesscontrol/attributes/proto/attributes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

syntax = "proto3";

option go_package = "github.com/hyperledger/fabric/core/crypto/attributes/proto" ;
option go_package = "github.com/hyperledger/fabric/accesscontrol/attributes/proto" ;

package protos;

Expand Down

0 comments on commit 71c3c9b

Please sign in to comment.