Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 8eebb5d

Browse files
author
Melanie Wang
authored
Force bool in is_employee (#1246)
1 parent 2d8c128 commit 8eebb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shopify-cli/shopifolk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def act_as_shopify_organization
3333
end
3434

3535
def acting_as_shopify_organization?
36-
!!@acting_as_shopify_organization || (Project.has_current? && Project.current.config["shopify_organization"])
36+
!!(@acting_as_shopify_organization || (Project.has_current? && Project.current.config["shopify_organization"]))
3737
end
3838

3939
def reset

0 commit comments

Comments
 (0)