Skip to content

Commit 496c742

Browse files
committed
spit output to stdout
1 parent 34b9e64 commit 496c742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

showcase/scripts/generate_showcase.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bash "${SCRIPT_DIR}/../../library_generation/generate_library.sh" \
5151
--gapic_generator_version "${ggj_version}" \
5252
--rest_numeric_enums "${rest_numeric_enums}" \
5353
--include_samples "${include_samples}" \
54-
--transport "${transport}" &> out
54+
--transport "${transport}"
5555

5656
exit_code=$?
5757
if [ "${exit_code}" -ne 0 ]; then

0 commit comments

Comments
 (0)