Skip to content

Commit b2e9830

Browse files
authored
Fix typo on ruby_ui:install output
Signed-off-by: Rubén González <2051199+rbngzlv@users.noreply.github.com>
1 parent f882429 commit b2e9830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/ruby_ui/install/install_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def install_tailwind_merge
3030
if gem_installed?("tailwind_merge")
3131
say "tailwind_merge is already installed", :green
3232
else
33-
say "Adding phlex-rails to Gemfile"
33+
say "Adding tailwind_merge to Gemfile"
3434
run %(bundle add tailwind_merge)
3535
end
3636
end

0 commit comments

Comments
 (0)