From 1f3a4fb2c0e9f9958fc6482a08eb5a3d44ab7aaa Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 24 May 2024 18:19:52 +0200 Subject: feat(pkgs/update.sh): Notify the user about the run update scripts --- pkgs/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/update.sh') diff --git a/pkgs/update.sh b/pkgs/update.sh index 73132a0f..0a8c4cfc 100755 --- a/pkgs/update.sh +++ b/pkgs/update.sh @@ -28,7 +28,7 @@ fd . --type directory --max-depth 1 | while read -r shard; do cd "$package" || die "(BUG): Package '$package' does not exist?" if [ -x update.sh ]; then - printf "\033[34;1m> \033[0m\033[34;1m%s\033[0m\n" "Running '${shard}${package}update.sh' .." + printf " \033[34;1m> \033[0m\033[34;1m%s\033[0m\n" "Running '${shard}${package}update.sh' .." [ -f flake.nix ] && nix flake update -- cgit 1.4.1