Bsr normalize descriptions (#371)
* BSR: use check out as the fact to check instead of checkout * BSR: remove useless whitespace whitespaces removed are the whitespace at the end of the line of lines followed by empty lines on files where checkout was replaced by check out Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com> Co-authored-by: Kasra Bigdeli <kasra85@gmail.com>
This commit is contained in:
@ -35,7 +35,7 @@ caproverOneClickApp:
|
||||
- id: $$cap_postgres_version
|
||||
label: Postgres Version
|
||||
defaultValue: 9.6.18-alpine
|
||||
description: Checkout their docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/
|
||||
description: Check out their docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/
|
||||
validRegex: /^([^\s^\/])+$/
|
||||
- id: $$cap_postgres_password
|
||||
label: Postgres Password
|
||||
@ -44,7 +44,7 @@ caproverOneClickApp:
|
||||
- id: $$cap_odoo_version
|
||||
label: Odoo Version
|
||||
defaultValue: '13.0'
|
||||
description: Checkout their docker page for the valid tags https://hub.docker.com/_/odoo?tab=tags
|
||||
description: Check out their docker page for the valid tags https://hub.docker.com/_/odoo?tab=tags
|
||||
validRegex: /^([^\s^\/])+$/
|
||||
instructions:
|
||||
start: Odoo is an open source product CRM
|
||||
|
||||
Reference in New Issue
Block a user