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:
parent
f49cdd3b3e
commit
941210aea2
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue