diff options
author | uvok cheetah | 2020-01-04 22:40:26 +0100 |
---|---|---|
committer | uvok cheetah | 2020-01-04 22:40:26 +0100 |
commit | 11b697b67ac02f11fda7fc33689e28283ab2f587 (patch) | |
tree | 38562101c1d08c9aa5216ffa30f6c93ac97a25c9 | |
parent | 9a933a3aade0f9285377330d7af49db11f203950 (diff) |
fix method call syntax
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ task :buildsite do def Jekyll::env "production" end - Jekyll::Commands::Build::process({}) + Jekyll::Commands::Build.process({}) end |