Merge branch 'issue-127-doc' into 'main'

Fixes message on 'run.sh'

Closes #127

See merge request yaal/canaille!103
This commit is contained in:
Éloi Rivard 2023-02-14 16:59:37 +00:00
commit 45fb5a7dbf

View file

@ -18,7 +18,7 @@ function run {
fi
if ! type poetry > /dev/null 2>&1; then
echo "Cannot start the LDAP server. Please install python on your system."
echo "Cannot start the LDAP server. Please install poetry on your system."
echo "https://python-poetry.org/docs/#installation"
return 1
fi