Navigation Menu

Skip to content

Commit

Permalink
Fix refering missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 6, 2012
1 parent e2fcb0d commit 5b6c232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cs-describe-domain
Expand Up @@ -35,7 +35,7 @@ function report(domain) {
if (program.domainName) {
report(commandLine.domain);
} else {
var domains = commandLine.Domain.getAll(commandLine.context);
var domains = CLI.Domain.getAll(commandLine.context);
domains.forEach(function(domain, index) {
if (index) console.log('========================================');
report(domain);
Expand Down

0 comments on commit 5b6c232

Please sign in to comment.