Skip to content
Snippets Groups Projects
Commit 7cc7fd07 authored by Daniel Palomar's avatar Daniel Palomar
Browse files

fix(devenv): fix the project path

parent c564dd54
No related branches found
No related tags found
1 merge request!70fix(devenv): fix the project path
Pipeline #69059 passed
......@@ -12,5 +12,5 @@ DEVENV_GROUP="odoo"
# in the host machine before executing this script.
# Else, please clone it from https://gitlab.com/coopdevs/odoo/odoo-addons/vertical-carsharing
PROJECT_NAME="vertical-carsharing"
PROJECT_PATH="${PWD%/*}/odoo-$PROJECT_NAME/"
PROJECT_PATH="${PWD%/*}/$PROJECT_NAME/"
BASE_PATH="/opt/odoo_modules"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment