From eb7c0490ddf5f6eeaa5e38c12c14379a1569d74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Fri, 31 Jan 2025 00:04:25 +0100 Subject: [PATCH] zshrc: changed a timestamp message --- .local/bin/Update-pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/Update-pkg b/.local/bin/Update-pkg index 67cf684..39c13d1 100755 --- a/.local/bin/Update-pkg +++ b/.local/bin/Update-pkg @@ -291,7 +291,7 @@ function install_fzf() { cd $CONFIG || err "Folder $CONFIG has been NOT found" git clone https://github.com/junegunn/fzf.git $FOLDER && timestamp "Cloning the FZF" cd $FOLDER || err "Folder $FOLDER has been NOT found" - git pull -q && timestamp "Pulling the $FOLDER configuration" + git pull -q && timestamp "Pulled the $FOLDER configuration" make install fi }