Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keizer619 committed Jan 25, 2021
1 parent 12aba0b commit 359a20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ then
ln -sf usr/lib64/ballerina/bin/bal /usr/bin/bal
rm -f usr/lib64/ballerina/bin/ballerina
chmod 755 usr/lib64/ballerina/bin/bal
elif [ -f "/Library/Ballerina/bsadasdin/ballerina" ]
elif [ -f "/Library/Ballerina/bin/ballerina" ]
then
echo "/Library/Ballerina/bin" >> target/darwinpkg/etc/paths.d/bal
rm -f /Library/Ballerina/bin/ballerina
Expand Down

0 comments on commit 359a20e

Please sign in to comment.