From db9b963af769bfb5bc5b459fc60710cae60e762c Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Wed, 9 Mar 2022 10:31:32 +0100 Subject: [PATCH] chore: Nix: adjust message --- nix/lake-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/lake-dev.in b/nix/lake-dev.in index c89fba4fd9..837bc37272 100644 --- a/nix/lake-dev.in +++ b/nix/lake-dev.in @@ -3,7 +3,7 @@ set -euo pipefail function pebkac() { - echo 'This is just a simple Nix adapter for `lake print-paths|server`. Please use the `lean-all` attribute for the real thing.' + echo 'This is just a simple Nix adapter for `lake print-paths|serve`.' exit 1 }