Skip to content

Commit

Permalink
fix the scripts (#3788)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Oct 17, 2024
1 parent 7f31647 commit 4ecbe6f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion release-manager-scripts/bom-line-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ $# -ne 2 ]; then
echo "Error: This script requires exactly two arguments."
echo "./bom-line-test.sh <LINE> <comma separated list of plugins>
echo "./bom-line-test.sh <LINE> <comma separated list of plugins>"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion release-manager-scripts/bom-lock-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ $# -ne 1 ]; then
echo "Error: This script requires exactly one argument."
echo "./bom-lock-master.sh <GitHub issue id>
echo "./bom-lock-master.sh <GitHub issue id>"
exit 1
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ $# -ne 1 ]; then
echo "Error: This script requires exactly one argument."
echo "./bom-release-issue-add-release-comment.sh <GitHub issue id>
echo "./bom-release-issue-add-release-comment.sh <GitHub issue id>"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion release-manager-scripts/bom-release-issue-close.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ $# -ne 1 ]; then
echo "Error: This script requires exactly one argument."
echo "./bom-release-issue-close.sh <GitHub issue id>
echo "./bom-release-issue-close.sh <GitHub issue id>"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion release-manager-scripts/bom-release-issue-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ $# -ne 2 ]; then
echo "Error: This script requires exactly two arguments."
echo "./bom-release-issue-create.sh <yyyy-MM-dd> <GitHub id>
echo "./bom-release-issue-create.sh <yyyy-MM-dd> <GitHub id>"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion release-manager-scripts/bom-release-issue-job-running.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ $# -ne 2 ]; then
echo "Error: This script requires exactly two arguments."
echo "./bom-release-issue-job-running.sh <GitHub issue id> <Jenkins build number>
echo "./bom-release-issue-job-running.sh <GitHub issue id> <Jenkins build number>"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion release-manager-scripts/bom-test-all-lines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ $# -ne 1 ]; then
echo "Error: This script requires exactly one argument."
echo "./bom-test-all-lines.sh <comma separated list of plugins>
echo "./bom-test-all-lines.sh <comma separated list of plugins>"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion release-manager-scripts/bom-unlock-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ $# -ne 1 ]; then
echo "Error: This script requires exactly one argument."
echo "./bom-unlock-master.sh <GitHub issue id>
echo "./bom-unlock-master.sh <GitHub issue id>"
exit 1
fi

Expand Down

0 comments on commit 4ecbe6f

Please sign in to comment.