Skip to content

Commit

Permalink
Fixing url_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcequench authored and morrowc committed Sep 19, 2024
1 parent 526431b commit 80dc562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentialz/credentialz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ message GlomeRequest {
bool enabled = 1;
string key = 2;
int32 key_version = 2;
string url-prefix = 3;
string url_prefix = 3;
}

message GlomeResponse {
Expand Down

0 comments on commit 80dc562

Please sign in to comment.