Skip to content

Commit

Permalink
Fix hint mask type
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Carvalho <[email protected]>
  • Loading branch information
guilhermocc authored and azdagron committed Apr 14, 2023
1 parent 3b52379 commit 5473a2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions proto/spire/api/types/entry.pb.go

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

4 changes: 2 additions & 2 deletions proto/spire/api/types/entry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ message EntryMask {
// jwt_svid_ttl field mask
bool jwt_svid_ttl = 13;

// hiny field mask
string hint = 14;
// hint field mask
bool hint = 14;
}

0 comments on commit 5473a2b

Please sign in to comment.