optz.
This commit is contained in:
@@ -47,12 +47,7 @@ while IFS= read -r -d '' go_mod; do
|
||||
|
||||
module_path="$(awk '$1 == "module" { print $2; exit }' "${go_mod}")"
|
||||
module_path="${module_path//$'\r'/}"
|
||||
|
||||
if [[ "$(basename -- "${module_dir}")" == "delivery" ]]; then
|
||||
output_dir="${module_dir}/external/pb/delivery"
|
||||
else
|
||||
output_dir="${module_dir}/pb"
|
||||
fi
|
||||
output_dir="${module_dir}/pb"
|
||||
|
||||
mkdir -p "${output_dir}"
|
||||
find "${output_dir}" -maxdepth 1 -type f \
|
||||
|
||||
Reference in New Issue
Block a user