diff --git a/php/commands/organizations.php b/php/commands/organizations.php index 28ec9e770..a095e3922 100755 --- a/php/commands/organizations.php +++ b/php/commands/organizations.php @@ -60,7 +60,7 @@ public function sites($args, $assoc_args) { $org = new Organization($selected_org); - if (isset($assoc_args['add']) { + if (isset($assoc_args['add'])) { $add = SiteFactory::instance($assoc_args['add']); Terminus::confirm("Are you sure you want to add %s to %s ?", $assoc_args, array($add->getName(), $org->name));