correcting a misspelling o line 15

pull/897/head
Caesar 2017-07-08 21:27:03 -03:00 committed by GitHub
parent 3a6b9be389
commit 9bc6fc23d2
1 changed files with 1 additions and 1 deletions

View File

@ -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