Skip to content

Commit 28a3f16

Browse files
Update bootstrap-osg-test
Co-Authored-By: brianhlin <[email protected]>
1 parent 178a4bb commit 28a3f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap-osg-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on_error_die()
1313
fi
1414
}
1515

16-
if [ $# -lt 1 ]; then
16+
if [ $# -ne 1 ]; then
1717
echo "Requires the major version number, i.e. 3.2 for 3.2.0"
1818
echo "usage: $0 <major version> [testing|development]"
1919
exit 1

0 commit comments

Comments
 (0)