Skip to content

Commit 4f2f6f8

Browse files
committed
Typo in deploy script
1 parent 4d592e3 commit 4f2f6f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/deploy.monolith.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo -e "${PREFIX_INFO} Upgrading Python pip and setuptools"
3838
echo
3939
echo
4040
echo -e "${PREFIX_INFO} Installing Python dependencies"
41-
"${PIP}" install -e "${APP_BACKEND_DIR}/"
41+
"${PIP}" install -e "${APP_DIR}/"
4242

4343
echo
4444
echo

0 commit comments

Comments
 (0)