chore: Nix: adjust message

This commit is contained in:
Sebastian Ullrich 2022-03-09 10:31:32 +01:00
parent 202258cc87
commit db9b963af7

View file

@ -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
}