Skip to content

Commit

Permalink
protobuf: Make ArtifactTransferStrategy have correct variant naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbobbio committed Dec 5, 2024
1 parent d23f047 commit 1c4c147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/maelstrom-client-base/src/items.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ syntax = "proto3";
package maelstrom_client_base.items;

enum ArtifactTransferStrategy {
TcpUpload = 0;
GitHub = 1;
ARTIFACT_TRANSFER_STRATEGY_TCP_UPLOAD = 0;
ARTIFACT_TRANSFER_STRATEGY_GIT_HUB = 1;
}

message StartRequest {
Expand Down

0 comments on commit 1c4c147

Please sign in to comment.