diff options
-rw-r--r-- | python/servo/command_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 5b3ad797c03..8047bf44179 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -168,7 +168,7 @@ class CommandBase(object): env["GONKDIR"] = self.config["gonk"]["b2g"] if "GONKDIR" not in env: # Things can get pretty opaque if this hasn't been set - print("Please set $GONKDIR in your environment or servobild file") + print("Please set $GONKDIR in your environment or .servobuild file") sys.exit(1) if self.config["gonk"]["product"]: env["GONK_PRODUCT"] = self.config["gonk"]["product"] |