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.
1 parent 5e9b57c commit b726ccfCopy full SHA for b726ccf
scripts/ensure_local_setup.sh
@@ -33,7 +33,7 @@ if [ $label_consumer_service -eq 0 ]; then
33
34
echo -e '\x1b[41;37mYou need to run label consumer service first: \x1b[K\x1b[0m';
35
echo -e '# from intelligence root'
36
- echo -e 'docker-compose -f docker-compose.yml -f docker-compose.lcs.yml up -d lcs-sync label-consumer-service'
+ echo -e 'docker-compose -f docker-compose.lcs.yml up -d lcs-sync label-consumer-service'
37
exit 1
38
fi
39
0 commit comments