File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ input_dir="./internal/data/apidiff"
19
19
check_only=false
20
20
repo_toplevel=" $( git rev-parse --show-toplevel ) "
21
21
tools_mod_file=" ${repo_toplevel} /internal/tools/go.mod"
22
- apidiff_cmd=" $( go tool -n -modfile ${tools_mod_file} apidiff ) "
22
+ apidiff_cmd=$( go tool -n -modfile " ${tools_mod_file} " apidiff )
23
23
24
24
while getopts " cp:d:" o; do
25
25
case " ${o} " in
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package=""
19
19
output_dir=" ./internal/data/apidiff"
20
20
repo_toplevel=" $( git rev-parse --show-toplevel ) "
21
21
tools_mod_file=" ${repo_toplevel} /internal/tools/go.mod"
22
- apidiff_cmd=" $( go tool -n -modfile ${tools_mod_file} apidiff ) "
22
+ apidiff_cmd=$( go tool -n -modfile " ${tools_mod_file} " apidiff )
23
23
24
24
25
25
while getopts " dp:o:" o; do
You can’t perform that action at this time.
0 commit comments