Skip to content

Commit

Permalink
Update replaceVersion.sh (#4142)
Browse files Browse the repository at this point in the history
The name of the file is wrong in the message in the script
  • Loading branch information
igordmn authored Jan 18, 2024
1 parent a4cb97a commit ae1dca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/replaceVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ folders+=(
fi

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

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

Expand Down Expand Up @@ -66,4 +66,4 @@ for folder in "${folders[@]}"
do
replaceVersionInFolder $folder "**gradle.properties"
replaceVersionInFolder $folder "**README.md"
done
done

0 comments on commit ae1dca8

Please sign in to comment.