From 0bf1ad520cd1684d49c10acd569e16e7e15f0283 Mon Sep 17 00:00:00 2001 From: Maria Lisina Date: Thu, 12 Mar 2026 17:39:46 +0300 Subject: bot: Print dir instead of pwd Signed-off-by: Maria Lisina --- bot.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.zsh b/bot.zsh index 957742d..c6014aa 100755 --- a/bot.zsh +++ b/bot.zsh @@ -411,7 +411,7 @@ alias urlencode="jq -Rr @uri" log_text="PID: ${$}" source "${units}/log.zsh" -log_text="CWD: $(pwd)" +log_text="CWD: ${dir}" source "${units}/log.zsh" log_text="Creating directories..." -- cgit v1.2.3