Skip to content

Commit

Permalink
fixed command add ontology import
Browse files Browse the repository at this point in the history
  • Loading branch information
rnsrk committed Oct 30, 2024
1 parent 1a568e2 commit 2eb466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ else
drush recipe ../recipes/wisski_${FLAVOUR}
composer unpack soda-collection-objects-data-literacy/wisski_${FLAVOUR}
drush wisski-core:recreate-menus
wisski-core:import-ontology --store="default" --ontology_url="http://wiss-ki.eu/ontology/1.2.0/" --reasoning
drush wisski-core:import-ontology --store="default" --ontology_url="http://wiss-ki.eu/ontology/1.2.0/" --reasoning
drush cr
} 1> /dev/null
echo -e "\033[0;32mWISSKI ${FLAVOUR} RECIPE APPLIED.\033[0m\n"
Expand Down

0 comments on commit 2eb466e

Please sign in to comment.