mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
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:
parent
a5bf7907fc
commit
6a5fa89348
1 changed files with 1 additions and 1 deletions
|
|
@ -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": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue