Skip to content

Commit ca8f10b

Browse files
committed
Fix output path for working tree
1 parent 69c660c commit ca8f10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Performance/perf_runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ echo
352352
build_swift_packages "$script_dir/.." "ForWorkTree"
353353

354354
${PROTOC} --plugin="$script_dir/../.build/release/protoc-gen-swift" \
355-
--swift_out=FileNaming=DropPath:"$GIT_WORKTREE/Performance/_generated" \
355+
--swift_out=FileNaming=DropPath:`dirname $gen_message_path` \
356356
--proto_path=`dirname $gen_message_path` \
357357
"$gen_message_path"
358358

0 commit comments

Comments
 (0)