aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-02 11:23:39 -0700
committerAdam Vandenberg2013-06-02 11:23:39 -0700
commitf4d601bb7883ee8f63f8bab6bc24b539a1db538c (patch)
treec57915042b88233b86b4f41e0cd0254e1010123a /Library
parent1bc90b74f752edcf4d1cdba082a00828ab630bc2 (diff)
downloadhomebrew-f4d601bb7883ee8f63f8bab6bc24b539a1db538c.tar.bz2
autoenv: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/autoenv.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/autoenv.rb b/Library/Formula/autoenv.rb
index 9b3087912..b16ab19b6 100644
--- a/Library/Formula/autoenv.rb
+++ b/Library/Formula/autoenv.rb
@@ -12,11 +12,11 @@ class Autoenv < Formula
end
def caveats; <<-EOS.undent
- Autoenv was installed to:
- #{opt_prefix}
+ Autoenv was installed to:
+ #{opt_prefix}
- To finish the installation, source activate.sh in your shell:
- source #{opt_prefix}/activate.sh
+ To finish the installation, source activate.sh in your shell:
+ source #{opt_prefix}/activate.sh
EOS
end
end