We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b154e6a commit f6f653bCopy full SHA for f6f653b
php/commands/organizations.php
@@ -60,7 +60,7 @@ public function sites($args, $assoc_args) {
60
61
$org = new Organization($selected_org);
62
63
- if (isset($assoc_args['add']) {
+ if (isset($assoc_args['add'])) {
64
$add = SiteFactory::instance($assoc_args['add']);
65
66
Terminus::confirm("Are you sure you want to add %s to %s ?", $assoc_args, array($add->getName(), $org->name));
0 commit comments