use only yml_path in BotConfig

This commit is contained in:
Daniel Schwabeneder 2020-10-28 22:14:17 +01:00
parent ec97ec3994
commit 978ffb799b
2 changed files with 0 additions and 4 deletions

View File

@ -4,8 +4,6 @@ snoop_bench(
BotConfig(
"Plots",
yml_path= "SnoopCompile.yml",
os = "linux",
version = "1.5",
),
joinpath(@__DIR__, "precompile_script.jl"),
)

View File

@ -4,8 +4,6 @@ snoop_bot(
BotConfig(
"Plots",
yml_path= "SnoopCompile.yml",
os = "linux",
version = "1.5",
),
joinpath(@__DIR__, "precompile_script.jl"),
)