Skip to content

Commit

Permalink
change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Nov 25, 2024
1 parent 2f77354 commit 8db0fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermetic_build/library_generation/utils/utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ download_protoc() {
"protoc-${protoc_version}.zip" \
"GitHub"
unzip -o -q "protoc-${protoc_version}.zip" -d "protoc"
mv "protoc/include" .
mv protoc/include .
mv protoc/bin .
rm "protoc-${protoc_version}.zip"
}
Expand Down

0 comments on commit 8db0fe8

Please sign in to comment.