Skip to content

Commit

Permalink
Merge pull request #339 from udda1996/bal-new-dist
Browse files Browse the repository at this point in the history
Remove redundant arguments check
  • Loading branch information
udda1996 authored Jan 10, 2024
2 parents d3b5e30 + d977ff3 commit 506678b
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 506678b

Please sign in to comment.