Skip to content

Commit b563bf9

Browse files
committed
fix(env): remove redundant text from log message in set-addons-path script
1 parent 592c9cf commit b563bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/odoo/bin/set-addons-path

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
log-entrypoint "Assemble addons path from ${ODOO_ADDONS_PATH}..."
4+
log-entrypoint "Assemble addons path ${ODOO_ADDONS_PATH}..."
55

66
# Add extra addons path to addons path
77
if [[ -d '/mnt/extra-addons' ]]; then

0 commit comments

Comments
 (0)