diff --git a/content/posts/read-the-docs-loves-ruby.md b/content/posts/read-the-docs-loves-ruby.md index 3bacbcaf..901045c1 100644 --- a/content/posts/read-the-docs-loves-ruby.md +++ b/content/posts/read-the-docs-loves-ruby.md @@ -25,7 +25,7 @@ build: tools: ruby: "3.3" commands: - - gem install bundle + - gem install bundler - bundle install - jekyll build --destination $READTHEDOCS_OUTPUT/html ```