Skip to content

Commit f6f653b

Browse files
committed
typo fixed
1 parent b154e6a commit f6f653b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/commands/organizations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function sites($args, $assoc_args) {
6060

6161
$org = new Organization($selected_org);
6262

63-
if (isset($assoc_args['add']) {
63+
if (isset($assoc_args['add'])) {
6464
$add = SiteFactory::instance($assoc_args['add']);
6565

6666
Terminus::confirm("Are you sure you want to add %s to %s ?", $assoc_args, array($add->getName(), $org->name));

0 commit comments

Comments
 (0)