Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevanwinkle committed Dec 9, 2014
1 parent b154e6a commit f6f653b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/commands/organizations.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit f6f653b

Please sign in to comment.