Skip to content

Commit 1b8df4f

Browse files
committed
fix(revision): correct typo in OCA readme generation message
1 parent 69c002a commit 1b8df4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@ generate-module-docs() {
21072107
echo 'Copy LICENSE'
21082108
cp templates/module/LICENSE "$module_path/"
21092109

2110-
echo "Generator OCA readme for $ORG_NAME org."
2110+
echo "Generate OCA readme for $ORG_NAME org."
21112111
local repo_url=$(git -C "$(dirname $module_path)" remote get-url origin)
21122112
local repo_name=$(basename "${repo_url%.git}")
21132113
oca-gen-addon-readme --repo-name=$repo_name --branch=$ODOO_VERSION --org-name=$ORG_NAME --addon-dir=$module_path

0 commit comments

Comments
 (0)