Skip to content

Commit

Permalink
chore: include dayofweek proto in update.sh (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDuckworth authored Mar 15, 2024
1 parent ea4b6d0 commit eb3d55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/protos/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cp googleapis/google/rpc/status.proto \
"${PROTOS_DIR}/google/rpc/"

mkdir -p "${PROTOS_DIR}/google/type"
cp googleapis/google/type/latlng.proto \
cp googleapis/google/type/{latlng,dayofweek}.proto \
"${PROTOS_DIR}/google/type/"

mkdir -p "${PROTOS_DIR}/google/protobuf"
Expand Down

0 comments on commit eb3d55c

Please sign in to comment.