Skip to content

Commit 0b54240

Browse files
committed
fix pushd in generate_library.sh
1 parent f8271b7 commit 0b54240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library_generation/generate_library.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ popd # output_folder
160160
##################### Section 4 #####################
161161
# rm tar files
162162
#####################################################
163-
pushd cd "${output_folder}/${destination_path}"
163+
pushd "${output_folder}/${destination_path}"
164164
rm -rf java_gapic_srcjar java_gapic_srcjar_raw.srcjar.zip java_grpc.jar java_proto.jar temp-codegen.srcjar
165165
popd
166166
set +x

0 commit comments

Comments
 (0)