We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f882429 commit b2e9830Copy full SHA for b2e9830
lib/generators/ruby_ui/install/install_generator.rb
@@ -30,7 +30,7 @@ def install_tailwind_merge
30
if gem_installed?("tailwind_merge")
31
say "tailwind_merge is already installed", :green
32
else
33
- say "Adding phlex-rails to Gemfile"
+ say "Adding tailwind_merge to Gemfile"
34
run %(bundle add tailwind_merge)
35
end
36
0 commit comments