diff --git a/pype/lib/anatomy.py b/pype/lib/anatomy.py index 1fed573cb9..cf907729c4 100644 --- a/pype/lib/anatomy.py +++ b/pype/lib/anatomy.py @@ -1238,7 +1238,7 @@ class Roots: anatomy Anatomy: Anatomy object created for a specific project. """ - env_prefix = "PYPE_ROOT" + env_prefix = "PYPE_PROJECT_ROOT" roots_filename = "roots.json" def __init__(self, anatomy):