diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-12-06 01:16:05 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-12-08 00:18:15 -0500 |
commit | 64729704f75b419aa3c41910c1729d51607965f5 (patch) | |
tree | 4a884344e46b74f47396fe53b74a77f421ab7ea5 /lib/sisu/develop/se_info_env.rb | |
parent | d: track changes to sisu_version info (diff) |
d: in dp (param) project_details used instead of sisu_version
Diffstat (limited to 'lib/sisu/develop/se_info_env.rb')
-rw-r--r-- | lib/sisu/develop/se_info_env.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/develop/se_info_env.rb b/lib/sisu/develop/se_info_env.rb index 3a2329dd..8c20d085 100644 --- a/lib/sisu/develop/se_info_env.rb +++ b/lib/sisu/develop/se_info_env.rb @@ -1283,7 +1283,7 @@ WOK end v=SiSU_Env::InfoVersion.instance.get_version v_dev=(DEVELOPER[:maintenance]==:true) \ - ? "_#{v[:version]}" + ? "_#{v.version}" : '' path=if proposed_path_base \ and FileTest.directory?(proposed_path_base) \ |