Skip to content

Commit ae1dca8

Browse files
authoredJan 18, 2024
Update replaceVersion.sh (JetBrains#4142)
The name of the file is wrong in the message in the script
1 parent a4cb97a commit ae1dca8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎tools/replaceVersion.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ folders+=(
2222
fi
2323

2424
if [ -z "$1" ]; then
25-
echo "Specify Compose version. For example: ./replace.sh 1.2.0-beta02 1.7.10"
25+
echo "Specify Compose version. For example: ./replaceVersion.sh 1.2.0-beta02 1.7.10"
2626
exit 1
2727
fi
2828

2929
if [ -z "$2" ]; then
30-
echo "Specify Kotlin version. For example: ./replace.sh 1.2.0-beta02 1.7.10"
30+
echo "Specify Kotlin version. For example: ./replaceVersion.sh 1.2.0-beta02 1.7.10"
3131
exit 1
3232
fi
3333

@@ -66,4 +66,4 @@ for folder in "${folders[@]}"
6666
do
6767
replaceVersionInFolder $folder "**gradle.properties"
6868
replaceVersionInFolder $folder "**README.md"
69-
done
69+
done

0 commit comments

Comments
 (0)
Please sign in to comment.