0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Fix #11100 : migrate.sh should give changed commit msg

"refactor: Convert fileName to Kotlin"
instead of
"refactor: Convert fileName.kt to Kotlin"
This commit is contained in:
codingtosh 2022-04-27 00:18:28 +05:30 committed by Mike Hardy
parent 2e748a6373
commit 2b43cd1e96

View File

@ -172,7 +172,7 @@ echo "reset source"
# Adding all files because the commit must contains all modifications made in other file
# to use the conversion of FILENAME.
git commit -am "refactor: Convert $FILENAME.kt to Kotlin
git commit -am "refactor: Convert $FILENAME to Kotlin
$PACKAGE_NAME"
echo "second commit"