Skip to content

Commit e541184

Browse files
committed
Fix comment typos
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 4444e8b commit e541184

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

etc/release/scancode-create-release.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
################################################################################
77
# ScanCode release build script
88
# Create, test and publish release archives, wheels and sdists.
9-
# Use the --test to also run basic somke test of the built archives
9+
# Use the --test to also run basic smoke tests of the built archives
1010
#
1111
################################################################################
1212

@@ -142,6 +142,8 @@ function run_pypi_smoke_tests {
142142
echo "#### RELEASE TEST: Completed PyPI tests of $archive_to_test with Pythons: $python_dot_versions on OSses: $operating_systems"
143143

144144
}
145+
146+
145147
if [ "$CLI_ARGS" == "--test" ]; then
146148
echo "##########################################################################"
147149
echo "### TESTING build for Python: $PYTHON_APP_VERSIONS on OS: $OPERATING_SYSTEMS"
@@ -161,14 +163,10 @@ if [ "$CLI_ARGS" == "--test" ]; then
161163
fi
162164

163165

164-
165-
166166
echo "##########################################################################"
167167
echo "### BUILDING App for Python: $PYTHON_APP_VERSIONS on OS: $OPERATING_SYSTEMS"
168168

169169

170-
171-
172170
################################
173171
# Setup
174172
################################

0 commit comments

Comments
 (0)