From f7bc56bb35390ef08af79e58946b4f7bd1f0ed0a Mon Sep 17 00:00:00 2001 From: stephann <3025661+stephannv@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:02:36 -0300 Subject: [PATCH 1/2] Fix hanami db command indentation --- content/v2.2/cli-commands/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.2/cli-commands/commands.md b/content/v2.2/cli-commands/commands.md index 9b1a1c00..18906425 100644 --- a/content/v2.2/cli-commands/commands.md +++ b/content/v2.2/cli-commands/commands.md @@ -28,7 +28,7 @@ $ bundle exec hanami --help Commands: hanami assets [SUBCOMMAND] hanami console # Start app console (REPL) - hanami db [SUBCOMMAND] + hanami db [SUBCOMMAND] hanami dev # Start the application in development mode hanami generate [SUBCOMMAND] hanami install # Install Hanami third-party plugins From f6030fdbf9ff639183e4d43b03e8b303f3e34964 Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Thu, 18 Sep 2025 13:16:32 -0600 Subject: [PATCH 2/2] Apply space/tab fix to v2.3 docs too --- content/v2.3/cli-commands/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.3/cli-commands/commands.md b/content/v2.3/cli-commands/commands.md index 9b1a1c00..18906425 100644 --- a/content/v2.3/cli-commands/commands.md +++ b/content/v2.3/cli-commands/commands.md @@ -28,7 +28,7 @@ $ bundle exec hanami --help Commands: hanami assets [SUBCOMMAND] hanami console # Start app console (REPL) - hanami db [SUBCOMMAND] + hanami db [SUBCOMMAND] hanami dev # Start the application in development mode hanami generate [SUBCOMMAND] hanami install # Install Hanami third-party plugins