Skip to content

Commit

Permalink
update verify_quickstart storage grpc handling
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthart committed Nov 22, 2024
1 parent 3b6990b commit d4585d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/verify_quickstart/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function (add_make_quickstart_target feature library target)
endfunction ()

foreach (feature IN LISTS FEATURES)
if ("${feature}" STREQUAL "storage_grpc")
if ("${feature}" STREQUAL "storage-grpc")
add_cmake_quickstart_target("${feature}" storage quickstart_grpc)
add_make_quickstart_target("${feature}" storage quickstart_grpc)
continue()
Expand Down

0 comments on commit d4585d4

Please sign in to comment.