From 6a4c9e988bc0fb9c9d6fdcf2d79c4bb2cd22dabf Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Thu, 12 Sep 2024 09:28:16 +0200 Subject: [PATCH] Clan-cli: fix class update instruction --- pkgs/clan-cli/flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-cli/flake-module.nix b/pkgs/clan-cli/flake-module.nix index 574179444..4b63e681a 100644 --- a/pkgs/clan-cli/flake-module.nix +++ b/pkgs/clan-cli/flake-module.nix @@ -132,7 +132,7 @@ echo "Classes file is up to date" else echo "Classes file is out of date or has been modified" - echo "run ./update.sh in the inventory directory to update the classes file" + echo "run 'direnv reload' in the pkgs/clan-cli directory to refresh the classes file" echo "--------------------------------\n" diff "$file1" "$file2" echo "--------------------------------\n\n"