1
0
Fork 0

Fix code style

This commit is contained in:
Braiden Vasco 2017-07-02 12:19:53 +00:00
parent 73b28f5b33
commit 21f2b153b9
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ dependencies_check() {
fi
if [[ "$missing" ]]; then
echo "Reqired dependencies not installed."
echo "This can be resolved on Debian/Raspbian systems by installing the following packages:"
echo 'Reqired dependencies not installed.'
echo 'This can be resolved on Debian/Raspbian systems by installing the following packages:'
echo "$missing"
false
fi