Skip to content

Commit

Permalink
fix pushd in generate_library.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Sep 14, 2023
1 parent f8271b7 commit 0b54240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library_generation/generate_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ popd # output_folder
##################### Section 4 #####################
# rm tar files
#####################################################
pushd cd "${output_folder}/${destination_path}"
pushd "${output_folder}/${destination_path}"
rm -rf java_gapic_srcjar java_gapic_srcjar_raw.srcjar.zip java_grpc.jar java_proto.jar temp-codegen.srcjar
popd
set +x

0 comments on commit 0b54240

Please sign in to comment.