autoenv: style nits

This commit is contained in:
Adam Vandenberg 2013-06-02 11:23:39 -07:00
parent 557eb368c2
commit e62dee5650

View file

@ -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