Skip to content

Commit

Permalink
Fix install_extra_skills() (#89)
Browse files Browse the repository at this point in the history
Need to remove an S to make the extra skills install as expected
  • Loading branch information
devvmh authored Sep 3, 2023
1 parent 62aa1a7 commit f045ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual_user_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function install_extra_skills (){

INSTALL=""
# install the OVOS extra skills
for p in $OVOS_EXTRA_SKILLS_REPOS; do
for p in $OVOS_EXTRA_SKILL_REPOS; do
INSTALL="$INSTALL ${OVOS_SOURCE}/$p"
done

Expand Down

0 comments on commit f045ef9

Please sign in to comment.