Skip to content

Commit

Permalink
Remove redundant arguments check
Browse files Browse the repository at this point in the history
  • Loading branch information
udda1996 committed Jan 9, 2024
1 parent d3b5e30 commit d977ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/bin/bal
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
RUN_COMMAND=false
RUN_BALLERINA=true

if [ "$1" == "dist" ] || [ "$2" == "dist" ] || [ "$1" == "update" ] || ( [ "$1" == "dist" ] && [ "$2" == "update" ] )
if [ "$1" == "dist" ] || [ "$1" == "update" ] || ( [ "$1" == "dist" ] && [ "$2" == "update" ] )
then
RUN_COMMAND=true
RUN_BALLERINA=false
Expand Down

0 comments on commit d977ff3

Please sign in to comment.