autoenv: style nits
This commit is contained in:
parent
557eb368c2
commit
e62dee5650
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue