Skip to content

Commit 6fa4039

Browse files
Update bootstrap-osg-test
Co-Authored-By: brianhlin <[email protected]>
1 parent b341eb2 commit 6fa4039

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
@@ -23,7 +23,7 @@ if [[ $1 =~ ^[0-9]+\.[0-9]+$ ]]; then
2323
version=$1
2424
else
2525
echo "Major version should be in the form of '<number>.<number>, i.e. 3.2"
26-
echo "usage: $0 <major version> [testing|development]"
26+
echo "usage: $0 <major version>"
2727
exit 1
2828
fi
2929

0 commit comments

Comments
 (0)