correcting a misspelling o line 15
parent
3a6b9be389
commit
9bc6fc23d2
|
@ -12,7 +12,7 @@ if [[ ${IS_TRAVIS} != true ]]; then
|
|||
fi
|
||||
|
||||
if [ ! -w ${SKILLS_DIR} ]; then
|
||||
echo "Changing ownsership of /opt/mycroft/skills"
|
||||
echo "Changing ownership of /opt/mycroft/skills"
|
||||
sudo chown $USER:$USER ${SKILLS_DIR}
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue