From f6f653baa4fe3c81e1688981917c5c3ea2464d43 Mon Sep 17 00:00:00 2001 From: Mike Van Winkle Date: Tue, 9 Dec 2014 00:16:32 +0000 Subject: [PATCH] typo fixed --- php/commands/organizations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));