aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/sysenv.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-10-10 22:26:18 -0400
committerRalph Amissah <ralph@amissah.com>2008-10-10 22:26:18 -0400
commitbf2a99e821f9d4ac64c2d558a6b6ca940a8aade4 (patch)
tree2aa58064be00e32403f5b3f5a8fb7fc53374c6af /lib/sisu/v0/sysenv.rb
parentsha256 for 0.69.2 (diff)
book code, minor adjustment; and fix to manifest reporting of the creation of sisupod (zip)
Diffstat (limited to 'lib/sisu/v0/sysenv.rb')
-rw-r--r--lib/sisu/v0/sysenv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/sysenv.rb b/lib/sisu/v0/sysenv.rb
index 25cf90ec..677c6d09 100644
--- a/lib/sisu/v0/sysenv.rb
+++ b/lib/sisu/v0/sysenv.rb
@@ -380,7 +380,7 @@ module SiSU_Env
@@flv ||=document_language_versions_found[:f]
unless @@fns =~/\S+?\.zip/
@@fnz ||=if @@fns =~/(?:\~\S{2,3})?\.(?:ssm\.sst|ssm)$/; @@fnb + '.ssm.zip'
- elsif @fnb; @@fnb + '.sst.zip'
+ elsif @@fnb; @@fnb + '.sst.zip'
else '' # e.g. termsheet
end
end