Remove writing ~/count.txt

pull/1016/merge
Åke Forslund 2017-12-22 15:46:49 +01:00 committed by Steve Penrod
parent a47192b7cd
commit 277b2482b0
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ LIST_CACHE=''
function get_skill_list() {
if ! [[ ${LIST_CACHE} ]] ; then
echo "1" >> ~/count.txt
if hash curl ; then
# retrieve using curl
LIST_CACHE=$( curl -s "https://raw.githubusercontent.com/MycroftAI/mycroft-skills/master/.gitmodules" )