From 93d1f67b518df808553a548f4474ea860cc431c8 Mon Sep 17 00:00:00 2001 From: CyberChen Date: Fri, 11 Oct 2024 21:26:53 +0800 Subject: [PATCH] chore: Fix typo in install.sh script --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index f4d052d1..e25552ed 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -70,7 +70,7 @@ install() { printf " Adding OpenSCA-cli to PATH: " case "$current_shell" in "bash") - printf "'export PATH=%S/.config/opensca-cli:\$PATH >> ~/.bashrc'\n" "$HOME" + printf "'export PATH=%s/.config/opensca-cli:\$PATH >> ~/.bashrc'\n" "$HOME" echo "export PATH=$HOME/.config/opensca-cli:\$PATH" >> ~/.bashrc ;; "zsh")