We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c002a commit 1b8df4fCopy full SHA for 1b8df4f
task
@@ -2107,7 +2107,7 @@ generate-module-docs() {
2107
echo 'Copy LICENSE'
2108
cp templates/module/LICENSE "$module_path/"
2109
2110
- echo "Generator OCA readme for $ORG_NAME org."
+ echo "Generate OCA readme for $ORG_NAME org."
2111
local repo_url=$(git -C "$(dirname $module_path)" remote get-url origin)
2112
local repo_name=$(basename "${repo_url%.git}")
2113
oca-gen-addon-readme --repo-name=$repo_name --branch=$ODOO_VERSION --org-name=$ORG_NAME --addon-dir=$module_path
0 commit comments