From 68617f3e9accd46959121947c3fbfacfadcd6dfb Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 22 Jun 2024 00:13:26 -0300 Subject: [PATCH] Fix typos --- Rakefile.rb | 1 + Rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile.rb b/Rakefile.rb index 826649913..611debe63 100644 --- a/Rakefile.rb +++ b/Rakefile.rb @@ -5,6 +5,7 @@ require "nanoc" require "ryo" require "ryo/yaml" require "ryo/json" + require_relative "nanoc/lib/utils" include Utils diff --git a/Rules b/Rules index a54613c29..b4dc7c157 100644 --- a/Rules +++ b/Rules @@ -56,7 +56,7 @@ compile "/robots.txt" do end ## -# /json/durations/*/*.json +# /json/durations/*.json passthrough "/json/durations/*.json" ##