Skip to content

Commit 93d1f67

Browse files
committed
chore: Fix typo in install.sh script
1 parent 33356a5 commit 93d1f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ install() {
7070
printf " Adding OpenSCA-cli to PATH: "
7171
case "$current_shell" in
7272
"bash")
73-
printf "'export PATH=%S/.config/opensca-cli:\$PATH >> ~/.bashrc'\n" "$HOME"
73+
printf "'export PATH=%s/.config/opensca-cli:\$PATH >> ~/.bashrc'\n" "$HOME"
7474
echo "export PATH=$HOME/.config/opensca-cli:\$PATH" >> ~/.bashrc
7575
;;
7676
"zsh")

0 commit comments

Comments
 (0)