Skip to content

Commit

Permalink
Remove hard-coded default_datadir value
Browse files Browse the repository at this point in the history
  • Loading branch information
kspurgin committed May 15, 2024
1 parent 1b7b6aa commit 5b480e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cspace_config_untangler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ module CspaceConfigUntangler

# Change these variables to reflect your desired directory structure and main
# profile
default_datadir = "/Users/kristina/code/cs/untangler-cspace-config/data"
default_main_profile_name = "core"

# The publicly available web directory from which the CSV Importer will
Expand Down Expand Up @@ -77,6 +76,7 @@ def app_dir

# Do not mess with these. Control subdirectories within them by
# passing in command output parameters as shown in the docs
default_datadir = File.join(app_dir, "data")
default_configdir = File.join(default_datadir, "configs")
default_templatedir = File.join(default_datadir, "templates")
default_mapperdir = File.join(default_datadir, "mappers")
Expand Down

0 comments on commit 5b480e4

Please sign in to comment.