Skip to content

Commit 1b4e3f5

Browse files
authored
Fixed syntax error
1 parent 35a8ab6 commit 1b4e3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function alias_workflow {
5858
fi
5959

6060
#check if it already exists in zshrc
61-
elif ! cat ~/.zshrc | grep "SkeletonKey_PATH" > /dev/null; then
61+
if ! cat ~/.zshrc | grep "SkeletonKey_PATH" > /dev/null; then
6262
# Do it in one command instead of repeating yourself.
6363
echo "export SkeletonKey_PATH=\"~/.SkeletonKey\"\nalias key=\"python3 ~/.SkeletonKey/main.py\"
6464
" >> ~/.zshrc

0 commit comments

Comments
 (0)