aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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