Update initial setup commit message

This commit is contained in:
2025-11-21 06:44:03 +01:00
parent 172dbdf0ac
commit be03752db2

View File

@@ -93,7 +93,7 @@ fi
echo "Committing modpack manifest and index..."
git add -A
git commit -m "(re)init modpack" -q
git commit -m "Init modpack" -q
if [[ $? -eq 0 ]]; then
echo "Successfully committed changes!"