diff options
| author | Ralph Amissah <ralph@amissah.com> | 2008-12-11 21:50:29 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2008-12-11 21:50:29 -0500 | 
| commit | a2d74ab58cdfcb81f49c4a91a28b44ef092164ce (patch) | |
| tree | 47510c8d266177aeffcaca027afd0a81d2991258 /lib | |
| parent | html tables, fix to structure and for (specified) column widths (diff) | |
sysenv, cosmetic touch
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/v0/sysenv.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/sisu/v0/sysenv.rb b/lib/sisu/v0/sysenv.rb index 57695904..ded14951 100644 --- a/lib/sisu/v0/sysenv.rb +++ b/lib/sisu/v0/sysenv.rb @@ -1362,7 +1362,7 @@ WOK        def output                                                                 #web/webserv output directory... subdirectory into which further subdirectories are made based on file names          "#{path.webserv}/#@stub_pwd"        end -      def output_src                                                                 #web/webserv output directory... subdirectory into which further subdirectories are made based on file names +      def output_src          "#{path.output}/src"        end        def output_md_harvest | 
