Small comment tweaks

This commit is contained in:
Michael Telatynski
2020-03-02 16:45:28 +00:00
parent 1f1cf95906
commit eac8118452
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
docker inspect riot-desktop-dockerbuild 2> /dev/null > /dev/null
if [ $? != 0 ]; then
echo "Docker image riot-desktop-builder not found. Have you run yarn run docker:setup?"
echo "Docker image riot-desktop-dockerbuild not found. Have you run yarn run docker:setup?"
exit 1
fi