From a53876eb7ab920ffa5af4f9070ac2f9c6b412e7b Mon Sep 17 00:00:00 2001 From: doroved Date: Tue, 3 Dec 2024 23:08:56 +0300 Subject: [PATCH] fix install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 15756d0..ab3fe77 100644 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ fi update_path() { local rc_file=$1 if ! grep -q "export PATH=.*proxer-cli/bin" "$rc_file"; then - echo "# Proxer" >> "$rc_file" + echo "# Proxer-cli" >> "$rc_file" echo "export PATH=\$PATH:~/.proxer-cli/bin" >> "$rc_file" source "$rc_file" echo "Updated $rc_file"