Skip to content

Commit

Permalink
chore: filter out the reasoning-default.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Apr 22, 2022
1 parent 6e4f64c commit 97a788b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-clients/build-web-clients.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pushd engines/query-sparql-reasoning >/dev/null
for config in ../config-reasoning/config/*.json; do
id=$(echo $config | sed "s/.*config\/config-\(.*\)\.json/\1/")

if [ "$id" = "base" ] || [ "$id" = "solid-base" ] || [ "$id" = "file" ] || [ "$id" = "rdfjs" ]; then
if [ "$id" = "$config" ] || [ "$id" = "base" ] || [ "$id" = "solid-base" ] || [ "$id" = "file" ] || [ "$id" = "rdfjs" ]; then
continue;
fi

Expand Down

0 comments on commit 97a788b

Please sign in to comment.