Skip to content

Commit

Permalink
Fix typo in compass compile help
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Conway committed Oct 30, 2012
1 parent 058ead2 commit 9ba3066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass/commands/update_project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def set_options(opts)
Usage: compass compile [path/to/project] [path/to/project/src/file.sass ...] [options]
Description:
compile project at the path specified or the current director if not specified.
compile project at the path specified or the current directory if not specified.
Options:
}.split("\n").map{|l| l.gsub(/^ */,'')}.join("\n")
Expand Down

0 comments on commit 9ba3066

Please sign in to comment.