diff --git a/build.sh b/build.sh index cb08c5c..7499ae4 100755 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ fi function soup_config { rm soupault.toml cp ../soupault.toml soupault.toml - cat soupault.frag.toml* >>soupault.toml + cat soupault.frag*.toml >>soupault.toml } source ./pgvv/bin/activate