aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/platform/linux.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/platform/linux.py')
-rw-r--r--python/servo/platform/linux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/platform/linux.py b/python/servo/platform/linux.py
index 41ec851de83..c6bf1be5b92 100644
--- a/python/servo/platform/linux.py
+++ b/python/servo/platform/linux.py
@@ -126,7 +126,7 @@ class Linux(Base):
print('You will need to run a nix-shell if you are trying '
'to run any of the built binaries')
print('To enter the nix-shell manually use:')
- print(' $ nix-shell etc/shell.nix')
+ print(' $ nix-shell')
return False
if self.distro.lower() == 'ubuntu' and self.version > '22.04':