toml.frag->frag.toml

This commit is contained in:
Alexander 2025-06-22 08:48:19 -04:00
parent e87fcf1fa7
commit f3f4fe296f
3 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ fi
function soup_config { function soup_config {
rm soupault.toml rm soupault.toml
cp ../soupault.toml soupault.toml cp ../soupault.toml soupault.toml
cat soupault.toml.frag* >>soupault.toml cat soupault.frag.toml* >>soupault.toml
} }
source ./pgvv/bin/activate source ./pgvv/bin/activate