bin/scms in scms-1.8.6 vs bin/scms in scms-1.8.7
- old
+ new
@@ -63,10 +63,10 @@
##Set globals
$html = (ENV["SCMS_HTML_OUT"] or "false")
$stdout.sync = true
root_folder = File.expand_path("../", File.dirname(__FILE__))
-@pub = File.join("#{$website}/_site")
+@pub = File.join("#{$website}/-site")
unless options[:pub].nil?
@pub = options[:pub]
end
Folders = {
\ No newline at end of file