summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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