summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2020-01-04 22:40:26 +0100
committeruvok cheetah2020-01-04 22:40:26 +0100
commit11b697b67ac02f11fda7fc33689e28283ab2f587 (patch)
tree38562101c1d08c9aa5216ffa30f6c93ac97a25c9
parent9a933a3aade0f9285377330d7af49db11f203950 (diff)
fix method call syntax
-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