Skip to content

Commit

Permalink
chore: Fix typo in install.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberchen1995 committed Oct 11, 2024
1 parent 33356a5 commit 93d1f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 93d1f67

Please sign in to comment.