Navigation Menu

Skip to content

Commit

Permalink
Use Domain loaded into the commandLine
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 3, 2012
1 parent 1915b51 commit ec62ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cs-describe-domain
Expand Up @@ -32,7 +32,7 @@ function report(domain) {

var context = commandLine.getContext(program.databasePath);
if (program.domainName) {
var domain = new Domain(program.domainName, context);
var domain = new commandLine.Domain(program.domainName, context);
report(domain);
} else {
Domain.getAll(context).forEach(function(domain, index) {
Expand Down

0 comments on commit ec62ebf

Please sign in to comment.