From ced8697144d894a7cc00aed0426dd40f7c605cc5 Mon Sep 17 00:00:00 2001 From: Ivan Tse Date: Tue, 25 Feb 2014 22:06:21 -0500 Subject: [PATCH] Fix banner indentation --- lib/spin/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spin/cli.rb b/lib/spin/cli.rb index 0822655..5c90f48 100644 --- a/lib/spin/cli.rb +++ b/lib/spin/cli.rb @@ -52,7 +52,7 @@ def run(argv) private def usage - <<-USAGE.gsub(/^\s{8}/,"") + <<-USAGE.gsub(/^\s{10}/,"") Usage: spin serve spin push ... Spin preloads your Rails environment to speed up your autotest(ish) workflow.