Fix - change default of use_env_var_as_root

True was there only for testing, false is more sane default.
This commit is contained in:
Petr Kalis 2022-06-01 14:27:55 +02:00
parent a5bf7907fc
commit 6a5fa89348

View file

@ -8,7 +8,7 @@
"yetiRig": "ma"
},
"maya-dirmap": {
"use_env_var_as_root": true,
"use_env_var_as_root": false,
"enabled": false,
"paths": {
"source-path": [],