Skip to content

Commit e61ca79

Browse files
committed
make coherent quotes
1 parent 480b9b6 commit e61ca79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tailwindcss/commands.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require_relative 'upstream'
1+
require_relative "upstream"
22

33
module Tailwindcss
44
module Commands
@@ -25,7 +25,7 @@ def executable(
2525
MESSAGE
2626
end
2727

28-
exe_path = Dir.glob(File.expand_path(File.join(exe_path, '*', 'tailwindcss'))).find do |f|
28+
exe_path = Dir.glob(File.expand_path(File.join(exe_path, "*", "tailwindcss"))).find do |f|
2929
Gem::Platform.match(Gem::Platform.new(File.basename(File.dirname(f))))
3030
end
3131

0 commit comments

Comments
 (0)