Skip to content

Commit 2844820

Browse files
committed
Fix typo in install task description
We are installing CSS dependencies.
1 parent 1328252 commit 2844820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/cssbundling/build.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace :css do
2-
desc "Install JavaScript dependencies"
2+
desc "Install CSS dependencies"
33
task :install do
44
command = Cssbundling::Tasks.install_command
55
unless system(command)

0 commit comments

Comments
 (0)