Skip to content

Commit c483711

Browse files
authored
Fix improper spacing in bash script. (#9346)
1 parent 5e9f089 commit c483711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/health_metrics/get_updated_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cd scripts/health_metrics/generate_code_coverage_report
3737
# merge commit to the head commit from the target branch.
3838
git diff --name-only remotes/origin/${GITHUB_BASE_REF} ${GITHUB_SHA} > updated_files.txt
3939

40-
if [ -z $spec_output_file] ; then
40+
if [ -z $spec_output_file ] ; then
4141
swift run UpdatedFilesCollector --changed-file-paths updated_files.txt --code-coverage-file-patterns ../file_patterns.json
4242
else
4343
swift run UpdatedFilesCollector --changed-file-paths updated_files.txt --code-coverage-file-patterns ../file_patterns.json --output-sdk-file-url "${spec_output_file}" --exclude-podspecs ${exclude_specs}

0 commit comments

Comments
 (0)