diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-03-17 11:49:22 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2022-04-06 16:12:40 -0400 |
commit | e481fdd4b3403d621380c43047484aeb3a3a46d2 (patch) | |
tree | 2d800ad8ea33c685bb280be521881c469dea0613 /org/env.org | |
parent | org-tangle files with new headers (diff) |
ruby variable passing breakage, make constant?
Diffstat (limited to 'org/env.org')
-rw-r--r-- | org/env.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/env.org b/org/env.org index 02c5ed29..28df5017 100644 --- a/org/env.org +++ b/org/env.org @@ -392,7 +392,7 @@ module SiSU_Create_Site cp_images(src,dest) if FileTest.directory?(src) end def cp_base_images #fix images - src=SiSU_is.path_base_system_data? + '/image' + src=$sisu_base_data + '/image' # hard fix, revisit dest_arr=[ "#{@env.path.webserv}/_sisu/image_sys", "#{@env.path.webserv}/#{@env.path.base_markup_dir_stub}/_sisu/image_sys" |