Skip to content

Commit

Permalink
Update gulpfile.js
Browse files Browse the repository at this point in the history
Trying to address #690
  • Loading branch information
kltm authored Aug 7, 2023
1 parent fca454d commit fa96014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ function load_ontology_purge_safe() {
--ontology-pre-check \
--solr-url ${golr_private_url} \
--solr-config ${ontology_metadata} \
--solr-log' ${solr_load_log} \
--solr-log ${solr_load_log} \
--solr-purge \
--solr-load-ontology \
--solr-load-ontology-general`
Expand Down

0 comments on commit fa96014

Please sign in to comment.