1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Fix a typo.

This commit is contained in:
Nathan Weizenbaum 2009-10-04 17:43:46 -07:00
parent f49cdd3b3e
commit 941210aea2

View file

@ -93,8 +93,8 @@ task :release_elpa do
next if haml_unchanged && sass_unchanged
raise "haml-mode.el and sass-mode.el are out of sync." if haml_unchanged ^ sass_unchanged
if sass_unchanged && File.read("extra/sass-mode.el")
.include?(";; Package-Requires: ((haml-mode #{sass_unchanged.inspect}))")
if sass_unchanged && File.read("extra/sass-mode.el").
include?(";; Package-Requires: ((haml-mode #{sass_unchanged.inspect}))")
raise "sass-mode.el doesn't require the same version of haml-mode."
end