Skip to content

Commit baf1f9b

Browse files
author
Snow Pettersen
committed
type
1 parent df54749 commit baf1f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitdrift_public/protobuf/client/v1/artifact.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ message FileArtifact {
99
// to reference this file artifact in logs.
1010
string id = 1 [(validate.rules).string = {min_len: 1}];
1111

12-
byte contents = 2;
12+
bytes contents = 2;
1313
}

0 commit comments

Comments
 (0)