Skip to content

Commit

Permalink
minor but visible spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
calevans committed Jan 28, 2015
1 parent e040f7f commit 3e8cce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/commands/sites.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function show($args, $assoc_args) {
foreach($sites as $id => $site) {
$toReturn['data'][] = array(
'Site' => $site->information->name,
'Framwork' => isset($site->information->framework) ? $site->information->framework : '',
'Framework' => isset($site->information->framework) ? $site->information->framework : '',
'Service Level' => $site->information->service_level,
'UUID' => $id
);
Expand Down

0 comments on commit 3e8cce9

Please sign in to comment.