We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52b8e97 + fa55cb5 commit 63651dbCopy full SHA for 63651db
1 file changed
lib/stack
@@ -33,5 +33,8 @@ function stack_install_service {
33
if [[ ${USE_VENV} = True && -n ${PROJECT_VENV[$service]:-} ]]; then
34
unset PIP_VIRTUAL_ENV
35
fi
36
+ else
37
+ echo "No function declared with name 'install_${service}'."
38
+ exit 1
39
40
}
0 commit comments