Skip to content

Commit bd43725

Browse files
committed
Fix the require path in the shim
1 parent 51d2868 commit bd43725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/tailwindcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env ruby
22
# because rubygems shims assume a gem's executables are Ruby
33

4-
require "tailwindcss/commands"
4+
require "tailwindcss/ruby"
55

66
begin
77
command = [Tailwindcss::Ruby.executable, *ARGV]

0 commit comments

Comments
 (0)