From 941210aea2c4e3d9c5c24df37e614a7b73ffa6b2 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Sun, 4 Oct 2009 17:43:46 -0700 Subject: [PATCH] Fix a typo. --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 1a0010ff..46877a2f 100644 --- a/Rakefile +++ b/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