From 11b697b67ac02f11fda7fc33689e28283ab2f587 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sat, 4 Jan 2020 22:40:26 +0100 Subject: fix method call syntax --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1b30b3a..2da47b9 100644 --- a/Rakefile +++ b/Rakefile @@ -7,6 +7,6 @@ task :buildsite do def Jekyll::env "production" end - Jekyll::Commands::Build::process({}) + Jekyll::Commands::Build.process({}) end -- cgit v1.2.3