Skip to content

Commit

Permalink
partially revert partner check
Browse files Browse the repository at this point in the history
  • Loading branch information
accedo-robcc committed Oct 25, 2023
1 parent c108525 commit 94ee3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Parse arguments
if [ $8 == "partner" ]; then
if [ $8 -eq 'partner' ]; then
PRIVILEGE=parner
else
PRIVILEGE=public
Expand Down

0 comments on commit 94ee3ac

Please sign in to comment.